Shades of Crimson #D60C42
Tints of Crimson #D60C42
RGB
CMYK
RGB Variations
Color information
#D60C42 (or 0xD60C42) is known color: Crimson. HEX triplet: D6, 0C and 42. RGB value is (214,12,66). Sum of RGB (Red+Green+Blue) = 214+12+66=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60C42 is #29F3BD. Grayscale: #4E4E4E. Windows color (decimal): -2749374 or 4328662. OLE color: 4328662.
HSL color Cylindrical-coordinate representation of color #D60C42: hue angle of 343.96º 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 #D60C42 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.16 |
| HSL | 343.96º | 0.89% | 0.44% | - |
| HSV(B) | 343.96º | 0.94% | 0.84% | - |
| XYZ | 28.85 | 14.95 | 6.52 | - |
| YUV | 78.55 | 120.92 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 66 | 0 | 0.94 | 0.69 | 0.16 | 343.96 | 0.89 | 0.44 |
| Hex | D6 | C | 42 | 0 | 5E | 45 | 10 | 158 | 59 | 2C |
| Octal | 326 | 14 | 102 | 0 | 136 | 105 | 20 | 530 | 131 | 54 |
| Binary | 11010110 | 1100 | 1000010 | 0 | 1011110 | 1000101 | 10000 | 101011000 | 1011001 | 101100 |
Color Harmonies of #D60C42
Complementary color
Monochromatic Colors of #D60C42
Black with #D60C42
Text Example
Text Example
White with #D60C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C42; }
p { color: rgb(214,12,66); }
H1.HeaderClassName
{
color: #D60C42;
}
.AnyTagClassName
{
color: #D60C42;
}
</style>
background-color css
<style>
a { background-color: #D60C42; }
a { background-color: rgb(214,12,66); }
div.DivClassName
{
background-color: #D60C42;
}
.BgClassName
{
background-color: #D60C42;
}
</style>
border-color css
<style>
span { border-color: #D60C42; }
span { border-color: rgb(214,12,66); }
td.TdClassName
{
border-color: #D60C42;
}
.TagClassName
{
border-color: #D60C42;
}
</style>