Shades of Crimson #D00F2F
Tints of Crimson #D00F2F
RGB
CMYK
RGB Variations
Color information
#D00F2F (or 0xD00F2F) is known color: Crimson. HEX triplet: D0, 0F and 2F. RGB value is (208,15,47). Sum of RGB (Red+Green+Blue) = 208+15+47=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F2F is #2FF0D0. Grayscale: #4C4C4C. Windows color (decimal): -3141841 or 3084240. OLE color: 3084240.
HSL color Cylindrical-coordinate representation of color #D00F2F: hue angle of 350.05º 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 #D00F2F is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 47 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.18 |
| HSL | 350.05º | 0.87% | 0.44% | - |
| HSV(B) | 350.05º | 0.93% | 0.82% | - |
| XYZ | 26.7 | 13.96 | 3.98 | - |
| YUV | 76.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 47 | 0 | 0.93 | 0.77 | 0.18 | 350.05 | 0.87 | 0.44 |
| Hex | D0 | F | 2F | 0 | 5D | 4D | 12 | 15E | 57 | 2C |
| Octal | 320 | 17 | 57 | 0 | 135 | 115 | 22 | 536 | 127 | 54 |
| Binary | 11010000 | 1111 | 101111 | 0 | 1011101 | 1001101 | 10010 | 101011110 | 1010111 | 101100 |
Color Harmonies of #D00F2F
Complementary color
Monochromatic Colors of #D00F2F
Black with #D00F2F
Text Example
Text Example
White with #D00F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F2F; }
p { color: rgb(208,15,47); }
H1.HeaderClassName
{
color: #D00F2F;
}
.AnyTagClassName
{
color: #D00F2F;
}
</style>
background-color css
<style>
a { background-color: #D00F2F; }
a { background-color: rgb(208,15,47); }
div.DivClassName
{
background-color: #D00F2F;
}
.BgClassName
{
background-color: #D00F2F;
}
</style>
border-color css
<style>
span { border-color: #D00F2F; }
span { border-color: rgb(208,15,47); }
td.TdClassName
{
border-color: #D00F2F;
}
.TagClassName
{
border-color: #D00F2F;
}
</style>