In a RGB color space, #d60000 hex color is composed of 83.9% red, 0% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 100% yellow and 16.1% black. It has a hue angle of 0 degrees, a saturation of 100% and a lightness of 42%. #d60000 color hex could be obtained by blending #ff0000 with #ad0000. Closest websafe color is: #cc0000.
The hexadecimal color #d60000 has RGB values of R:214, G:0, B:0 and CMYK values of C:0, M:1, Y:1, K:0.16. Its decimal value is 14024704.
Hex triplet | d60000 | #d60000 |
RGB Decimal | 214, 0, 0 | rgb(214,0,0) |
RGB Percent | 83.9, 0, 0 | rgb(83.9%,0%,0%) |
CMYK | 0, 100, 100, 16.1 | |
HSL | 0°, 100, 42 | hsl(0,100%,42%) |
HSV(HSB) | 0°, 100, 83.9 | |
Web Safe | cc0000 | #c00 |
XYZ | 27.732, 14.296, 1.298 |
xyY | 0.64, 0.33, 14.296 |
CIE-LAB | 44.655, 70.183, 58.891 |
CIE-LCH | 44.655, 91.618, 40 |
CIE-LUV | 44.655, 146.844, 31.667 |
Hunter-Lab | 37.81, 64.751, 24.432 |
Binary | 11010110, 00000000, 00000000 |
Below, you can see some colors close to #d60000. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #d60000.
<span style="color:#d60000">Text here</span>
This paragraph has a background color of #d60000.
<p style="background-color:#d60000;">Content here</p>
This element has a border color of #d60000.
<div style="border:1px #d60000;">Content here</div>
.text {color:#d60000;}
.background {background-color:#d60000;}
.border {border:1px solid #d60000;}
.text-shadow {border:1px solid #d60000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010000 is the darkest color, while #ffebeb is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #6b6b6b is the less saturated color, while #cd0909 is the most saturated one.