Shades of Crimson #D60C40
Tints of Crimson #D60C40
RGB
CMYK
RGB Variations
Color information
#D60C40 (or 0xD60C40) is known color: Crimson. HEX triplet: D6, 0C and 40. RGB value is (214,12,64). Sum of RGB (Red+Green+Blue) = 214+12+64=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C40 is #29F3BF. Grayscale: #4E4E4E. Windows color (decimal): -2749376 or 4197590. OLE color: 4197590.
HSL color Cylindrical-coordinate representation of color #D60C40: hue angle of 344.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C40 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 64 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.16 |
| HSL | 344.55º | 0.89% | 0.44% | - |
| HSV(B) | 344.55º | 0.94% | 0.84% | - |
| XYZ | 28.79 | 14.93 | 6.21 | - |
| YUV | 78.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 64 | 0 | 0.94 | 0.70 | 0.16 | 344.55 | 0.89 | 0.44 |
| Hex | D6 | C | 40 | 0 | 5E | 46 | 10 | 159 | 59 | 2C |
| Octal | 326 | 14 | 100 | 0 | 136 | 106 | 20 | 531 | 131 | 54 |
| Binary | 11010110 | 1100 | 1000000 | 0 | 1011110 | 1000110 | 10000 | 101011001 | 1011001 | 101100 |
Color Harmonies of #D60C40
Complementary color
Monochromatic Colors of #D60C40
Black with #D60C40
Text Example
Text Example
White with #D60C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C40; }
p { color: rgb(214,12,64); }
H1.HeaderClassName
{
color: #D60C40;
}
.AnyTagClassName
{
color: #D60C40;
}
</style>
background-color css
<style>
a { background-color: #D60C40; }
a { background-color: rgb(214,12,64); }
div.DivClassName
{
background-color: #D60C40;
}
.BgClassName
{
background-color: #D60C40;
}
</style>
border-color css
<style>
span { border-color: #D60C40; }
span { border-color: rgb(214,12,64); }
td.TdClassName
{
border-color: #D60C40;
}
.TagClassName
{
border-color: #D60C40;
}
</style>