Shades of Crimson #D10E2F
Tints of Crimson #D10E2F
RGB
CMYK
RGB Variations
Color information
#D10E2F (or 0xD10E2F) is known color: Crimson. HEX triplet: D1, 0E and 2F. RGB value is (209,14,47). Sum of RGB (Red+Green+Blue) = 209+14+47=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E2F is #2EF1D0. Grayscale: #4C4C4C. Windows color (decimal): -3076561 or 3083985. OLE color: 3083985.
HSL color Cylindrical-coordinate representation of color #D10E2F: hue angle of 349.85º 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 #D10E2F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 14 | 47 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.18 |
| HSL | 349.85º | 0.87% | 0.44% | - |
| HSV(B) | 349.85º | 0.93% | 0.82% | - |
| XYZ | 26.96 | 14.07 | 3.98 | - |
| YUV | 76.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 47 | 0 | 0.93 | 0.78 | 0.18 | 349.85 | 0.87 | 0.44 |
| Hex | D1 | E | 2F | 0 | 5D | 4E | 12 | 15E | 57 | 2C |
| Octal | 321 | 16 | 57 | 0 | 135 | 116 | 22 | 536 | 127 | 54 |
| Binary | 11010001 | 1110 | 101111 | 0 | 1011101 | 1001110 | 10010 | 101011110 | 1010111 | 101100 |
Color Harmonies of #D10E2F
Complementary color
Monochromatic Colors of #D10E2F
Black with #D10E2F
Text Example
Text Example
White with #D10E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10E2F; }
p { color: rgb(209,14,47); }
H1.HeaderClassName
{
color: #D10E2F;
}
.AnyTagClassName
{
color: #D10E2F;
}
</style>
background-color css
<style>
a { background-color: #D10E2F; }
a { background-color: rgb(209,14,47); }
div.DivClassName
{
background-color: #D10E2F;
}
.BgClassName
{
background-color: #D10E2F;
}
</style>
border-color css
<style>
span { border-color: #D10E2F; }
span { border-color: rgb(209,14,47); }
td.TdClassName
{
border-color: #D10E2F;
}
.TagClassName
{
border-color: #D10E2F;
}
</style>