Shades of Crimson #D80842
Tints of Crimson #D80842
RGB
CMYK
RGB Variations
Color information
#D80842 (or 0xD80842) is known color: Crimson. HEX triplet: D8, 08 and 42. RGB value is (216,8,66). Sum of RGB (Red+Green+Blue) = 216+8+66=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D80842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80842 is #27F7BD. Grayscale: #4C4C4C. Windows color (decimal): -2619326 or 4327640. OLE color: 4327640.
HSL color Cylindrical-coordinate representation of color #D80842: hue angle of 343.27º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80842 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 66 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.15 |
| HSL | 343.27º | 0.93% | 0.44% | - |
| HSV(B) | 343.27º | 0.96% | 0.85% | - |
| XYZ | 29.39 | 15.17 | 6.53 | - |
| YUV | 76.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 66 | 0 | 0.96 | 0.69 | 0.15 | 343.27 | 0.93 | 0.44 |
| Hex | D8 | 8 | 42 | 0 | 60 | 45 | F | 157 | 5D | 2C |
| Octal | 330 | 10 | 102 | 0 | 140 | 105 | 17 | 527 | 135 | 54 |
| Binary | 11011000 | 1000 | 1000010 | 0 | 1100000 | 1000101 | 1111 | 101010111 | 1011101 | 101100 |
Color Harmonies of #D80842
Complementary color
Monochromatic Colors of #D80842
Black with #D80842
Text Example
Text Example
White with #D80842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80842; }
p { color: rgb(216,8,66); }
H1.HeaderClassName
{
color: #D80842;
}
.AnyTagClassName
{
color: #D80842;
}
</style>
background-color css
<style>
a { background-color: #D80842; }
a { background-color: rgb(216,8,66); }
div.DivClassName
{
background-color: #D80842;
}
.BgClassName
{
background-color: #D80842;
}
</style>
border-color css
<style>
span { border-color: #D80842; }
span { border-color: rgb(216,8,66); }
td.TdClassName
{
border-color: #D80842;
}
.TagClassName
{
border-color: #D80842;
}
</style>