Shades of Crimson #D80836
Tints of Crimson #D80836
RGB
CMYK
RGB Variations
Color information
#D80836 (or 0xD80836) is known color: Crimson. HEX triplet: D8, 08 and 36. RGB value is (216,8,54). Sum of RGB (Red+Green+Blue) = 216+8+54=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D80836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80836 is #27F7C9. Grayscale: #4B4B4B. Windows color (decimal): -2619338 or 3541208. OLE color: 3541208.
HSL color Cylindrical-coordinate representation of color #D80836: hue angle of 346.73º 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 #D80836 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 54 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.15 |
| HSL | 346.73º | 0.93% | 0.44% | - |
| HSV(B) | 346.73º | 0.96% | 0.85% | - |
| XYZ | 29.07 | 15.04 | 4.86 | - |
| YUV | 75.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 54 | 0 | 0.96 | 0.75 | 0.15 | 346.73 | 0.93 | 0.44 |
| Hex | D8 | 8 | 36 | 0 | 60 | 4B | F | 15B | 5D | 2C |
| Octal | 330 | 10 | 66 | 0 | 140 | 113 | 17 | 533 | 135 | 54 |
| Binary | 11011000 | 1000 | 110110 | 0 | 1100000 | 1001011 | 1111 | 101011011 | 1011101 | 101100 |
Color Harmonies of #D80836
Complementary color
Monochromatic Colors of #D80836
Black with #D80836
Text Example
Text Example
White with #D80836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80836; }
p { color: rgb(216,8,54); }
H1.HeaderClassName
{
color: #D80836;
}
.AnyTagClassName
{
color: #D80836;
}
</style>
background-color css
<style>
a { background-color: #D80836; }
a { background-color: rgb(216,8,54); }
div.DivClassName
{
background-color: #D80836;
}
.BgClassName
{
background-color: #D80836;
}
</style>
border-color css
<style>
span { border-color: #D80836; }
span { border-color: rgb(216,8,54); }
td.TdClassName
{
border-color: #D80836;
}
.TagClassName
{
border-color: #D80836;
}
</style>