Shades of Crimson #D10E32
Tints of Crimson #D10E32
RGB
CMYK
RGB Variations
Color information
#D10E32 (or 0xD10E32) is known color: Crimson. HEX triplet: D1, 0E and 32. RGB value is (209,14,50). Sum of RGB (Red+Green+Blue) = 209+14+50=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E32 is #2EF1CD. Grayscale: #4C4C4C. Windows color (decimal): -3076558 or 3280593. OLE color: 3280593.
HSL color Cylindrical-coordinate representation of color #D10E32: hue angle of 348.92º 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 #D10E32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 50 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.18 |
| HSL | 348.92º | 0.87% | 0.44% | - |
| HSV(B) | 348.92º | 0.93% | 0.82% | - |
| XYZ | 27.03 | 14.1 | 4.31 | - |
| YUV | 76.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 50 | 0 | 0.93 | 0.76 | 0.18 | 348.92 | 0.87 | 0.44 |
| Hex | D1 | E | 32 | 0 | 5D | 4C | 12 | 15D | 57 | 2C |
| Octal | 321 | 16 | 62 | 0 | 135 | 114 | 22 | 535 | 127 | 54 |
| Binary | 11010001 | 1110 | 110010 | 0 | 1011101 | 1001100 | 10010 | 101011101 | 1010111 | 101100 |
Color Harmonies of #D10E32
Complementary color
Monochromatic Colors of #D10E32
Black with #D10E32
Text Example
Text Example
White with #D10E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E32; }
p { color: rgb(209,14,50); }
H1.HeaderClassName
{
color: #D10E32;
}
.AnyTagClassName
{
color: #D10E32;
}
</style>
background-color css
<style>
a { background-color: #D10E32; }
a { background-color: rgb(209,14,50); }
div.DivClassName
{
background-color: #D10E32;
}
.BgClassName
{
background-color: #D10E32;
}
</style>
border-color css
<style>
span { border-color: #D10E32; }
span { border-color: rgb(209,14,50); }
td.TdClassName
{
border-color: #D10E32;
}
.TagClassName
{
border-color: #D10E32;
}
</style>