Shades of Crimson #D20D39
Tints of Crimson #D20D39
RGB
CMYK
RGB Variations
Color information
#D20D39 (or 0xD20D39) is known color: Crimson. HEX triplet: D2, 0D and 39. RGB value is (210,13,57). Sum of RGB (Red+Green+Blue) = 210+13+57=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D39 is #2DF2C6. Grayscale: #4C4C4C. Windows color (decimal): -3011271 or 3739090. OLE color: 3739090.
HSL color Cylindrical-coordinate representation of color #D20D39: hue angle of 346.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D39 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.18 |
| HSL | 346.6º | 0.88% | 0.44% | - |
| HSV(B) | 346.6º | 0.94% | 0.82% | - |
| XYZ | 27.46 | 14.28 | 5.18 | - |
| YUV | 76.92 | 116.77 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 57 | 0 | 0.94 | 0.73 | 0.18 | 346.6 | 0.88 | 0.44 |
| Hex | D2 | D | 39 | 0 | 5E | 49 | 12 | 15B | 58 | 2C |
| Octal | 322 | 15 | 71 | 0 | 136 | 111 | 22 | 533 | 130 | 54 |
| Binary | 11010010 | 1101 | 111001 | 0 | 1011110 | 1001001 | 10010 | 101011011 | 1011000 | 101100 |
Color Harmonies of #D20D39
Complementary color
Monochromatic Colors of #D20D39
Black with #D20D39
Text Example
Text Example
White with #D20D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D39; }
p { color: rgb(210,13,57); }
H1.HeaderClassName
{
color: #D20D39;
}
.AnyTagClassName
{
color: #D20D39;
}
</style>
background-color css
<style>
a { background-color: #D20D39; }
a { background-color: rgb(210,13,57); }
div.DivClassName
{
background-color: #D20D39;
}
.BgClassName
{
background-color: #D20D39;
}
</style>
border-color css
<style>
span { border-color: #D20D39; }
span { border-color: rgb(210,13,57); }
td.TdClassName
{
border-color: #D20D39;
}
.TagClassName
{
border-color: #D20D39;
}
</style>