Shades of Crimson #D20E32
Tints of Crimson #D20E32
RGB
CMYK
RGB Variations
Color information
#D20E32 (or 0xD20E32) is known color: Crimson. HEX triplet: D2, 0E and 32. RGB value is (210,14,50). Sum of RGB (Red+Green+Blue) = 210+14+50=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E32 is #2DF1CD. Grayscale: #4C4C4C. Windows color (decimal): -3011022 or 3280594. OLE color: 3280594.
HSL color Cylindrical-coordinate representation of color #D20E32: hue angle of 348.98º 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 #D20E32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 50 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.18 |
| HSL | 348.98º | 0.88% | 0.44% | - |
| HSV(B) | 348.98º | 0.93% | 0.82% | - |
| XYZ | 27.31 | 14.25 | 4.33 | - |
| YUV | 76.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 50 | 0 | 0.93 | 0.76 | 0.18 | 348.98 | 0.88 | 0.44 |
| Hex | D2 | E | 32 | 0 | 5D | 4C | 12 | 15D | 58 | 2C |
| Octal | 322 | 16 | 62 | 0 | 135 | 114 | 22 | 535 | 130 | 54 |
| Binary | 11010010 | 1110 | 110010 | 0 | 1011101 | 1001100 | 10010 | 101011101 | 1011000 | 101100 |
Color Harmonies of #D20E32
Complementary color
Monochromatic Colors of #D20E32
Black with #D20E32
Text Example
Text Example
White with #D20E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E32; }
p { color: rgb(210,14,50); }
H1.HeaderClassName
{
color: #D20E32;
}
.AnyTagClassName
{
color: #D20E32;
}
</style>
background-color css
<style>
a { background-color: #D20E32; }
a { background-color: rgb(210,14,50); }
div.DivClassName
{
background-color: #D20E32;
}
.BgClassName
{
background-color: #D20E32;
}
</style>
border-color css
<style>
span { border-color: #D20E32; }
span { border-color: rgb(210,14,50); }
td.TdClassName
{
border-color: #D20E32;
}
.TagClassName
{
border-color: #D20E32;
}
</style>