Shades of Crimson #D60842
Tints of Crimson #D60842
RGB
CMYK
RGB Variations
Color information
#D60842 (or 0xD60842) is known color: Crimson. HEX triplet: D6, 08 and 42. RGB value is (214,8,66). Sum of RGB (Red+Green+Blue) = 214+8+66=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D60842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60842 is #29F7BD. Grayscale: #4C4C4C. Windows color (decimal): -2750398 or 4327638. OLE color: 4327638.
HSL color Cylindrical-coordinate representation of color #D60842: hue angle of 343.11º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60842 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 66 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.16 |
| HSL | 343.11º | 0.93% | 0.44% | - |
| HSV(B) | 343.11º | 0.96% | 0.84% | - |
| XYZ | 28.8 | 14.86 | 6.51 | - |
| YUV | 76.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 66 | 0 | 0.96 | 0.69 | 0.16 | 343.11 | 0.93 | 0.44 |
| Hex | D6 | 8 | 42 | 0 | 60 | 45 | 10 | 157 | 5D | 2C |
| Octal | 326 | 10 | 102 | 0 | 140 | 105 | 20 | 527 | 135 | 54 |
| Binary | 11010110 | 1000 | 1000010 | 0 | 1100000 | 1000101 | 10000 | 101010111 | 1011101 | 101100 |
Color Harmonies of #D60842
Complementary color
Monochromatic Colors of #D60842
Black with #D60842
Text Example
Text Example
White with #D60842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60842; }
p { color: rgb(214,8,66); }
H1.HeaderClassName
{
color: #D60842;
}
.AnyTagClassName
{
color: #D60842;
}
</style>
background-color css
<style>
a { background-color: #D60842; }
a { background-color: rgb(214,8,66); }
div.DivClassName
{
background-color: #D60842;
}
.BgClassName
{
background-color: #D60842;
}
</style>
border-color css
<style>
span { border-color: #D60842; }
span { border-color: rgb(214,8,66); }
td.TdClassName
{
border-color: #D60842;
}
.TagClassName
{
border-color: #D60842;
}
</style>