Shades of Crimson #D20C49
Tints of Crimson #D20C49
RGB
CMYK
RGB Variations
Color information
#D20C49 (or 0xD20C49) is known color: Crimson. HEX triplet: D2, 0C and 49. RGB value is (210,12,73). Sum of RGB (Red+Green+Blue) = 210+12+73=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C49 is #2DF3B6. Grayscale: #4E4E4E. Windows color (decimal): -3011511 or 4787410. OLE color: 4787410.
HSL color Cylindrical-coordinate representation of color #D20C49: hue angle of 341.52º 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 #D20C49 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 73 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.18 |
| HSL | 341.52º | 0.89% | 0.44% | - |
| HSV(B) | 341.52º | 0.94% | 0.82% | - |
| XYZ | 27.91 | 14.45 | 7.62 | - |
| YUV | 78.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 73 | 0 | 0.94 | 0.65 | 0.18 | 341.52 | 0.89 | 0.44 |
| Hex | D2 | C | 49 | 0 | 5E | 41 | 12 | 156 | 59 | 2C |
| Octal | 322 | 14 | 111 | 0 | 136 | 101 | 22 | 526 | 131 | 54 |
| Binary | 11010010 | 1100 | 1001001 | 0 | 1011110 | 1000001 | 10010 | 101010110 | 1011001 | 101100 |
Color Harmonies of #D20C49
Complementary color
Monochromatic Colors of #D20C49
Black with #D20C49
Text Example
Text Example
White with #D20C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C49; }
p { color: rgb(210,12,73); }
H1.HeaderClassName
{
color: #D20C49;
}
.AnyTagClassName
{
color: #D20C49;
}
</style>
background-color css
<style>
a { background-color: #D20C49; }
a { background-color: rgb(210,12,73); }
div.DivClassName
{
background-color: #D20C49;
}
.BgClassName
{
background-color: #D20C49;
}
</style>
border-color css
<style>
span { border-color: #D20C49; }
span { border-color: rgb(210,12,73); }
td.TdClassName
{
border-color: #D20C49;
}
.TagClassName
{
border-color: #D20C49;
}
</style>