Shades of Crimson #D60E36
Tints of Crimson #D60E36
RGB
CMYK
RGB Variations
Color information
#D60E36 (or 0xD60E36) is known color: Crimson. HEX triplet: D6, 0E and 36. RGB value is (214,14,54). Sum of RGB (Red+Green+Blue) = 214+14+54=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E36 is #29F1C9. Grayscale: #4E4E4E. Windows color (decimal): -2748874 or 3542742. OLE color: 3542742.
HSL color Cylindrical-coordinate representation of color #D60E36: hue angle of 348º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E36 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 54 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.16 |
| HSL | 348º | 0.88% | 0.45% | - |
| HSV(B) | 348º | 0.93% | 0.84% | - |
| XYZ | 28.55 | 14.88 | 4.86 | - |
| YUV | 78.36 | 114.26 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 54 | 0 | 0.93 | 0.75 | 0.16 | 348 | 0.88 | 0.45 |
| Hex | D6 | E | 36 | 0 | 5D | 4B | 10 | 15C | 58 | 2D |
| Octal | 326 | 16 | 66 | 0 | 135 | 113 | 20 | 534 | 130 | 55 |
| Binary | 11010110 | 1110 | 110110 | 0 | 1011101 | 1001011 | 10000 | 101011100 | 1011000 | 101101 |
Color Harmonies of #D60E36
Complementary color
Monochromatic Colors of #D60E36
Black with #D60E36
Text Example
Text Example
White with #D60E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E36; }
p { color: rgb(214,14,54); }
H1.HeaderClassName
{
color: #D60E36;
}
.AnyTagClassName
{
color: #D60E36;
}
</style>
background-color css
<style>
a { background-color: #D60E36; }
a { background-color: rgb(214,14,54); }
div.DivClassName
{
background-color: #D60E36;
}
.BgClassName
{
background-color: #D60E36;
}
</style>
border-color css
<style>
span { border-color: #D60E36; }
span { border-color: rgb(214,14,54); }
td.TdClassName
{
border-color: #D60E36;
}
.TagClassName
{
border-color: #D60E36;
}
</style>