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