Shades of Crimson #D20C3E
Tints of Crimson #D20C3E
RGB
CMYK
RGB Variations
Color information
#D20C3E (or 0xD20C3E) is known color: Crimson. HEX triplet: D2, 0C and 3E. RGB value is (210,12,62). Sum of RGB (Red+Green+Blue) = 210+12+62=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C3E is #2DF3C1. Grayscale: #4C4C4C. Windows color (decimal): -3011522 or 4066514. OLE color: 4066514.
HSL color Cylindrical-coordinate representation of color #D20C3E: hue angle of 344.85º degrees, saturation: 0.89, 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 #D20C3E is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 62 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.18 |
| HSL | 344.85º | 0.89% | 0.44% | - |
| HSV(B) | 344.85º | 0.94% | 0.82% | - |
| XYZ | 27.58 | 14.31 | 5.87 | - |
| YUV | 76.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 62 | 0 | 0.94 | 0.70 | 0.18 | 344.85 | 0.89 | 0.44 |
| Hex | D2 | C | 3E | 0 | 5E | 46 | 12 | 159 | 59 | 2C |
| Octal | 322 | 14 | 76 | 0 | 136 | 106 | 22 | 531 | 131 | 54 |
| Binary | 11010010 | 1100 | 111110 | 0 | 1011110 | 1000110 | 10010 | 101011001 | 1011001 | 101100 |
Color Harmonies of #D20C3E
Complementary color
Monochromatic Colors of #D20C3E
Black with #D20C3E
Text Example
Text Example
White with #D20C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C3E; }
p { color: rgb(210,12,62); }
H1.HeaderClassName
{
color: #D20C3E;
}
.AnyTagClassName
{
color: #D20C3E;
}
</style>
background-color css
<style>
a { background-color: #D20C3E; }
a { background-color: rgb(210,12,62); }
div.DivClassName
{
background-color: #D20C3E;
}
.BgClassName
{
background-color: #D20C3E;
}
</style>
border-color css
<style>
span { border-color: #D20C3E; }
span { border-color: rgb(210,12,62); }
td.TdClassName
{
border-color: #D20C3E;
}
.TagClassName
{
border-color: #D20C3E;
}
</style>