Shades of Crimson #D20C39
Tints of Crimson #D20C39
RGB
CMYK
RGB Variations
Color information
#D20C39 (or 0xD20C39) is known color: Crimson. HEX triplet: D2, 0C and 39. RGB value is (210,12,57). Sum of RGB (Red+Green+Blue) = 210+12+57=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C39 is #2DF3C6. Grayscale: #4C4C4C. Windows color (decimal): -3011527 or 3738834. OLE color: 3738834.
HSL color Cylindrical-coordinate representation of color #D20C39: hue angle of 346.36º 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 #D20C39 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 57 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.18 |
| HSL | 346.36º | 0.89% | 0.44% | - |
| HSV(B) | 346.36º | 0.94% | 0.82% | - |
| XYZ | 27.45 | 14.26 | 5.18 | - |
| YUV | 76.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 57 | 0 | 0.94 | 0.73 | 0.18 | 346.36 | 0.89 | 0.44 |
| Hex | D2 | C | 39 | 0 | 5E | 49 | 12 | 15A | 59 | 2C |
| Octal | 322 | 14 | 71 | 0 | 136 | 111 | 22 | 532 | 131 | 54 |
| Binary | 11010010 | 1100 | 111001 | 0 | 1011110 | 1001001 | 10010 | 101011010 | 1011001 | 101100 |
Color Harmonies of #D20C39
Complementary color
Monochromatic Colors of #D20C39
Black with #D20C39
Text Example
Text Example
White with #D20C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C39; }
p { color: rgb(210,12,57); }
H1.HeaderClassName
{
color: #D20C39;
}
.AnyTagClassName
{
color: #D20C39;
}
</style>
background-color css
<style>
a { background-color: #D20C39; }
a { background-color: rgb(210,12,57); }
div.DivClassName
{
background-color: #D20C39;
}
.BgClassName
{
background-color: #D20C39;
}
</style>
border-color css
<style>
span { border-color: #D20C39; }
span { border-color: rgb(210,12,57); }
td.TdClassName
{
border-color: #D20C39;
}
.TagClassName
{
border-color: #D20C39;
}
</style>