Shades of Crimson #D00837
Tints of Crimson #D00837
RGB
CMYK
RGB Variations
Color information
#D00837 (or 0xD00837) is known color: Crimson. HEX triplet: D0, 08 and 37. RGB value is (208,8,55). Sum of RGB (Red+Green+Blue) = 208+8+55=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D00837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00837 is #2FF7C8. Grayscale: #494949. Windows color (decimal): -3143625 or 3606736. OLE color: 3606736.
HSL color Cylindrical-coordinate representation of color #D00837: hue angle of 345.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00837 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.18 |
| HSL | 345.9º | 0.93% | 0.42% | - |
| HSV(B) | 345.9º | 0.96% | 0.82% | - |
| XYZ | 26.79 | 13.86 | 4.88 | - |
| YUV | 73.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 55 | 0 | 0.96 | 0.74 | 0.18 | 345.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | 37 | 0 | 60 | 4A | 12 | 15A | 5D | 2A |
| Octal | 320 | 10 | 67 | 0 | 140 | 112 | 22 | 532 | 135 | 52 |
| Binary | 11010000 | 1000 | 110111 | 0 | 1100000 | 1001010 | 10010 | 101011010 | 1011101 | 101010 |
Color Harmonies of #D00837
Complementary color
Monochromatic Colors of #D00837
Black with #D00837
Text Example
Text Example
White with #D00837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00837; }
p { color: rgb(208,8,55); }
H1.HeaderClassName
{
color: #D00837;
}
.AnyTagClassName
{
color: #D00837;
}
</style>
background-color css
<style>
a { background-color: #D00837; }
a { background-color: rgb(208,8,55); }
div.DivClassName
{
background-color: #D00837;
}
.BgClassName
{
background-color: #D00837;
}
</style>
border-color css
<style>
span { border-color: #D00837; }
span { border-color: rgb(208,8,55); }
td.TdClassName
{
border-color: #D00837;
}
.TagClassName
{
border-color: #D00837;
}
</style>