#FF0010 - #FF5300 | colorate
Blend #FF0010 to #FF5300
Calculate the color between two colors, #FF0010 and #FF5300. 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)
#FF0010 - #FF5300 | 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 #FF0010 as 0% and #FF5300 as 100%.
0.0% #FF0010 |
RGB 255 0 16 | #FF0010 |
16.7% #FF0D0D |
RGB 255 13 13 | #FF0D0D |
33.3% #FF1B0A |
RGB 255 27 10 | #FF1B0A |
50.0% #FF2908 |
RGB 255 41 8 | #FF2908 |
66.7% #FF3705 |
RGB 255 55 5 | #FF3705 |
83.3% #FF4502 |
RGB 255 69 2 | #FF4502 |
100.0% #FF5300 |
RGB 255 83 0 | #FF5300 |
HSV Blend
#FF0010 - #FF5300 | 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 #FF0010 as 0% and #FF5300 as 100%.
0.0% #FF000F |
RGB 255 0 15 | #FF000F |
16.7% #FF0000 |
RGB 255 0 0 | #FF0000 |
33.3% #FF1100 |
RGB 255 17 0 | #FF1100 |
50.0% #FF2100 |
RGB 255 33 0 | #FF2100 |
66.7% #FF3200 |
RGB 255 50 0 | #FF3200 |
83.3% #FF4200 |
RGB 255 66 0 | #FF4200 |
100.0% #FF5300 |
RGB 255 83 0 | #FF5300 |
CSS codes
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #FF0010 0%, #FF5300 100%); background: -webkit-linear-gradient(top, #FF0010 0%, #FF5300 100%); background: linear-gradient(to bottom, #FF0010 0%, #FF5300 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #FF000F 0%, #FF2100 50%, #FF5300 100%); background: -webkit-linear-gradient(top, #FF000F 0%, #FF2100 50%, #FF5300 100%); background: linear-gradient(to bottom, #FF000F 0%, #FF2100 50%, #FF5300 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.