Shades of Crimson #D20F2F
Tints of Crimson #D20F2F
RGB
CMYK
RGB Variations
Color information
#D20F2F (or 0xD20F2F) is known color: Crimson. HEX triplet: D2, 0F and 2F. RGB value is (210,15,47). Sum of RGB (Red+Green+Blue) = 210+15+47=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20F2F is #2DF0D0. Grayscale: #4D4D4D. Windows color (decimal): -3010769 or 3084242. OLE color: 3084242.
HSL color Cylindrical-coordinate representation of color #D20F2F: hue angle of 350.15º 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 #D20F2F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 47 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.18 |
| HSL | 350.15º | 0.87% | 0.44% | - |
| HSV(B) | 350.15º | 0.93% | 0.82% | - |
| XYZ | 27.26 | 14.25 | 4 | - |
| YUV | 76.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 47 | 0 | 0.93 | 0.78 | 0.18 | 350.15 | 0.87 | 0.44 |
| Hex | D2 | F | 2F | 0 | 5D | 4E | 12 | 15E | 57 | 2C |
| Octal | 322 | 17 | 57 | 0 | 135 | 116 | 22 | 536 | 127 | 54 |
| Binary | 11010010 | 1111 | 101111 | 0 | 1011101 | 1001110 | 10010 | 101011110 | 1010111 | 101100 |
Color Harmonies of #D20F2F
Complementary color
Monochromatic Colors of #D20F2F
Black with #D20F2F
Text Example
Text Example
White with #D20F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F2F; }
p { color: rgb(210,15,47); }
H1.HeaderClassName
{
color: #D20F2F;
}
.AnyTagClassName
{
color: #D20F2F;
}
</style>
background-color css
<style>
a { background-color: #D20F2F; }
a { background-color: rgb(210,15,47); }
div.DivClassName
{
background-color: #D20F2F;
}
.BgClassName
{
background-color: #D20F2F;
}
</style>
border-color css
<style>
span { border-color: #D20F2F; }
span { border-color: rgb(210,15,47); }
td.TdClassName
{
border-color: #D20F2F;
}
.TagClassName
{
border-color: #D20F2F;
}
</style>