#CC0000 - #FF3A00 | colorate
Blend #CC0000 to #FF3A00
Calculate the color between two colors, #CC0000 and #FF3A00. In calculation of RGB values, saturation between the dissimilar colors is low. In calculating of HSV values, saturation between the dissimilar colors is not low.
RGB Blend(Linear)
#CC0000 - #FF3A00 | colorate
Calculation of color between two colors based on RGB value. For colors that are distant from each other, the saturation between the two colors decreases. Expand the color between two colors with #CC0000 as 0% and #FF3A00 as 100%.
0.0% #CC0000 |
RGB 204 0 0 | #CC0000 |
16.7% #D40900 |
RGB 212 9 0 | #D40900 |
33.3% #DD1300 |
RGB 221 19 0 | #DD1300 |
50.0% #E51D00 |
RGB 229 29 0 | #E51D00 |
66.7% #EE2600 |
RGB 238 38 0 | #EE2600 |
83.3% #F63000 |
RGB 246 48 0 | #F63000 |
100.0% #FF3A00 |
RGB 255 58 0 | #FF3A00 |
HSV Blend
#CC0000 - #FF3A00 | colorate
Calculation of color between two colors based on HSV value. Even between distinct colors of color, the saturation between the two colors does not decrease. Expand the color between two colors with #CC0000 as 0% and #FF3A00 as 100%.
0.0% #CC0000 |
RGB 204 0 0 | #CC0000 |
16.7% #D40800 |
RGB 212 8 0 | #D40800 |
33.3% #DD1000 |
RGB 221 16 0 | #DD1000 |
50.0% #E51A00 |
RGB 229 26 0 | #E51A00 |
66.7% #EE2400 |
RGB 238 36 0 | #EE2400 |
83.3% #F62E00 |
RGB 246 46 0 | #F62E00 |
100.0% #FF3A00 |
RGB 255 58 0 | #FF3A00 |
CSS codes
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #CC0000 0%, #FF3A00 100%); background: -webkit-linear-gradient(top, #CC0000 0%, #FF3A00 100%); background: linear-gradient(to bottom, #CC0000 0%, #FF3A00 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #CC0000 0%, #E51A00 50%, #FF3A00 100%); background: -webkit-linear-gradient(top, #CC0000 0%, #E51A00 50%, #FF3A00 100%); background: linear-gradient(to bottom, #CC0000 0%, #E51A00 50%, #FF3A00 100%); } </style>
Similar Hue Variation
Disimilar Hue Variation
Utilities
Barcode
You can create barcodes online. The created barcode can be downloaded as PNG or EPS.
colorate
colorate is a color scheme tool for designers and developers. This will help you draw inspiration and serve as a resource for your color work.
textate
Make text to image. It is useful when you want to send text on SNS.