Shades of Crimson #D20C42
Tints of Crimson #D20C42
RGB
CMYK
RGB Variations
Color information
#D20C42 (or 0xD20C42) is known color: Crimson. HEX triplet: D2, 0C and 42. RGB value is (210,12,66). Sum of RGB (Red+Green+Blue) = 210+12+66=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C42 is #2DF3BD. Grayscale: #4D4D4D. Windows color (decimal): -3011518 or 4328658. OLE color: 4328658.
HSL color Cylindrical-coordinate representation of color #D20C42: hue angle of 343.64º 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 #D20C42 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.18 |
| HSL | 343.64º | 0.89% | 0.44% | - |
| HSV(B) | 343.64º | 0.94% | 0.82% | - |
| XYZ | 27.69 | 14.36 | 6.47 | - |
| YUV | 77.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 66 | 0 | 0.94 | 0.69 | 0.18 | 343.64 | 0.89 | 0.44 |
| Hex | D2 | C | 42 | 0 | 5E | 45 | 12 | 158 | 59 | 2C |
| Octal | 322 | 14 | 102 | 0 | 136 | 105 | 22 | 530 | 131 | 54 |
| Binary | 11010010 | 1100 | 1000010 | 0 | 1011110 | 1000101 | 10010 | 101011000 | 1011001 | 101100 |
Color Harmonies of #D20C42
Complementary color
Monochromatic Colors of #D20C42
Black with #D20C42
Text Example
Text Example
White with #D20C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C42; }
p { color: rgb(210,12,66); }
H1.HeaderClassName
{
color: #D20C42;
}
.AnyTagClassName
{
color: #D20C42;
}
</style>
background-color css
<style>
a { background-color: #D20C42; }
a { background-color: rgb(210,12,66); }
div.DivClassName
{
background-color: #D20C42;
}
.BgClassName
{
background-color: #D20C42;
}
</style>
border-color css
<style>
span { border-color: #D20C42; }
span { border-color: rgb(210,12,66); }
td.TdClassName
{
border-color: #D20C42;
}
.TagClassName
{
border-color: #D20C42;
}
</style>