Shades of Crimson #D00E46
Tints of Crimson #D00E46
RGB
CMYK
RGB Variations
Color information
#D00E46 (or 0xD00E46) is known color: Crimson. HEX triplet: D0, 0E and 46. RGB value is (208,14,70). Sum of RGB (Red+Green+Blue) = 208+14+70=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00E46 is #2FF1B9. Grayscale: #4E4E4E. Windows color (decimal): -3142074 or 4591312. OLE color: 4591312.
HSL color Cylindrical-coordinate representation of color #D00E46: hue angle of 342.68º 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 #D00E46 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 70 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.18 |
| HSL | 342.68º | 0.87% | 0.44% | - |
| HSV(B) | 342.68º | 0.93% | 0.82% | - |
| XYZ | 27.27 | 14.17 | 7.09 | - |
| YUV | 78.39 | 123.27 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 70 | 0 | 0.93 | 0.66 | 0.18 | 342.68 | 0.87 | 0.44 |
| Hex | D0 | E | 46 | 0 | 5D | 42 | 12 | 157 | 57 | 2C |
| Octal | 320 | 16 | 106 | 0 | 135 | 102 | 22 | 527 | 127 | 54 |
| Binary | 11010000 | 1110 | 1000110 | 0 | 1011101 | 1000010 | 10010 | 101010111 | 1010111 | 101100 |
Color Harmonies of #D00E46
Complementary color
Monochromatic Colors of #D00E46
Black with #D00E46
Text Example
Text Example
White with #D00E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00E46; }
p { color: rgb(208,14,70); }
H1.HeaderClassName
{
color: #D00E46;
}
.AnyTagClassName
{
color: #D00E46;
}
</style>
background-color css
<style>
a { background-color: #D00E46; }
a { background-color: rgb(208,14,70); }
div.DivClassName
{
background-color: #D00E46;
}
.BgClassName
{
background-color: #D00E46;
}
</style>
border-color css
<style>
span { border-color: #D00E46; }
span { border-color: rgb(208,14,70); }
td.TdClassName
{
border-color: #D00E46;
}
.TagClassName
{
border-color: #D00E46;
}
</style>