Shades of Crimson #D20E34
Tints of Crimson #D20E34
RGB
CMYK
RGB Variations
Color information
#D20E34 (or 0xD20E34) is known color: Crimson. HEX triplet: D2, 0E and 34. RGB value is (210,14,52). Sum of RGB (Red+Green+Blue) = 210+14+52=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E34 is #2DF1CB. Grayscale: #4C4C4C. Windows color (decimal): -3011020 or 3411666. OLE color: 3411666.
HSL color Cylindrical-coordinate representation of color #D20E34: hue angle of 348.37º degrees, saturation: 0.88, 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 #D20E34 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 52 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.18 |
| HSL | 348.37º | 0.88% | 0.44% | - |
| HSV(B) | 348.37º | 0.93% | 0.82% | - |
| XYZ | 27.36 | 14.26 | 4.56 | - |
| YUV | 76.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 52 | 0 | 0.93 | 0.75 | 0.18 | 348.37 | 0.88 | 0.44 |
| Hex | D2 | E | 34 | 0 | 5D | 4B | 12 | 15C | 58 | 2C |
| Octal | 322 | 16 | 64 | 0 | 135 | 113 | 22 | 534 | 130 | 54 |
| Binary | 11010010 | 1110 | 110100 | 0 | 1011101 | 1001011 | 10010 | 101011100 | 1011000 | 101100 |
Color Harmonies of #D20E34
Complementary color
Monochromatic Colors of #D20E34
Black with #D20E34
Text Example
Text Example
White with #D20E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E34; }
p { color: rgb(210,14,52); }
H1.HeaderClassName
{
color: #D20E34;
}
.AnyTagClassName
{
color: #D20E34;
}
</style>
background-color css
<style>
a { background-color: #D20E34; }
a { background-color: rgb(210,14,52); }
div.DivClassName
{
background-color: #D20E34;
}
.BgClassName
{
background-color: #D20E34;
}
</style>
border-color css
<style>
span { border-color: #D20E34; }
span { border-color: rgb(210,14,52); }
td.TdClassName
{
border-color: #D20E34;
}
.TagClassName
{
border-color: #D20E34;
}
</style>