Shades of Crimson #D20D34
Tints of Crimson #D20D34
RGB
CMYK
RGB Variations
Color information
#D20D34 (or 0xD20D34) is known color: Crimson. HEX triplet: D2, 0D and 34. RGB value is (210,13,52). Sum of RGB (Red+Green+Blue) = 210+13+52=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D34 is #2DF2CB. Grayscale: #4C4C4C. Windows color (decimal): -3011276 or 3411410. OLE color: 3411410.
HSL color Cylindrical-coordinate representation of color #D20D34: hue angle of 348.12º 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 #D20D34 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 52 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.18 |
| HSL | 348.12º | 0.88% | 0.44% | - |
| HSV(B) | 348.12º | 0.94% | 0.82% | - |
| XYZ | 27.34 | 14.24 | 4.56 | - |
| YUV | 76.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 52 | 0 | 0.94 | 0.75 | 0.18 | 348.12 | 0.88 | 0.44 |
| Hex | D2 | D | 34 | 0 | 5E | 4B | 12 | 15C | 58 | 2C |
| Octal | 322 | 15 | 64 | 0 | 136 | 113 | 22 | 534 | 130 | 54 |
| Binary | 11010010 | 1101 | 110100 | 0 | 1011110 | 1001011 | 10010 | 101011100 | 1011000 | 101100 |
Color Harmonies of #D20D34
Complementary color
Monochromatic Colors of #D20D34
Black with #D20D34
Text Example
Text Example
White with #D20D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D34; }
p { color: rgb(210,13,52); }
H1.HeaderClassName
{
color: #D20D34;
}
.AnyTagClassName
{
color: #D20D34;
}
</style>
background-color css
<style>
a { background-color: #D20D34; }
a { background-color: rgb(210,13,52); }
div.DivClassName
{
background-color: #D20D34;
}
.BgClassName
{
background-color: #D20D34;
}
</style>
border-color css
<style>
span { border-color: #D20D34; }
span { border-color: rgb(210,13,52); }
td.TdClassName
{
border-color: #D20D34;
}
.TagClassName
{
border-color: #D20D34;
}
</style>