Shades of Crimson #D00E37
Tints of Crimson #D00E37
RGB
CMYK
RGB Variations
Color information
#D00E37 (or 0xD00E37) is known color: Crimson. HEX triplet: D0, 0E and 37. RGB value is (208,14,55). Sum of RGB (Red+Green+Blue) = 208+14+55=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E37 is #2FF1C8. Grayscale: #4C4C4C. Windows color (decimal): -3142089 or 3608272. OLE color: 3608272.
HSL color Cylindrical-coordinate representation of color #D00E37: hue angle of 347.32º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00E37 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 55 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.18 |
| HSL | 347.32º | 0.87% | 0.44% | - |
| HSV(B) | 347.32º | 0.93% | 0.82% | - |
| XYZ | 26.86 | 14 | 4.9 | - |
| YUV | 76.68 | 115.77 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 55 | 0 | 0.93 | 0.74 | 0.18 | 347.32 | 0.87 | 0.44 |
| Hex | D0 | E | 37 | 0 | 5D | 4A | 12 | 15B | 57 | 2C |
| Octal | 320 | 16 | 67 | 0 | 135 | 112 | 22 | 533 | 127 | 54 |
| Binary | 11010000 | 1110 | 110111 | 0 | 1011101 | 1001010 | 10010 | 101011011 | 1010111 | 101100 |
Color Harmonies of #D00E37
Complementary color
Monochromatic Colors of #D00E37
Black with #D00E37
Text Example
Text Example
White with #D00E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00E37; }
p { color: rgb(208,14,55); }
H1.HeaderClassName
{
color: #D00E37;
}
.AnyTagClassName
{
color: #D00E37;
}
</style>
background-color css
<style>
a { background-color: #D00E37; }
a { background-color: rgb(208,14,55); }
div.DivClassName
{
background-color: #D00E37;
}
.BgClassName
{
background-color: #D00E37;
}
</style>
border-color css
<style>
span { border-color: #D00E37; }
span { border-color: rgb(208,14,55); }
td.TdClassName
{
border-color: #D00E37;
}
.TagClassName
{
border-color: #D00E37;
}
</style>