Shades of Crimson #D20D4A
Tints of Crimson #D20D4A
RGB
CMYK
RGB Variations
Color information
#D20D4A (or 0xD20D4A) is known color: Crimson. HEX triplet: D2, 0D and 4A. RGB value is (210,13,74). Sum of RGB (Red+Green+Blue) = 210+13+74=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D4A is #2DF2B5. Grayscale: #4E4E4E. Windows color (decimal): -3011254 or 4853202. OLE color: 4853202.
HSL color Cylindrical-coordinate representation of color #D20D4A: hue angle of 341.42º degrees, saturation: 0.88, 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 #D20D4A is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.18 |
| HSL | 341.42º | 0.88% | 0.44% | - |
| HSV(B) | 341.42º | 0.94% | 0.82% | - |
| XYZ | 27.96 | 14.48 | 7.8 | - |
| YUV | 78.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 74 | 0 | 0.94 | 0.65 | 0.18 | 341.42 | 0.88 | 0.44 |
| Hex | D2 | D | 4A | 0 | 5E | 41 | 12 | 155 | 58 | 2C |
| Octal | 322 | 15 | 112 | 0 | 136 | 101 | 22 | 525 | 130 | 54 |
| Binary | 11010010 | 1101 | 1001010 | 0 | 1011110 | 1000001 | 10010 | 101010101 | 1011000 | 101100 |
Color Harmonies of #D20D4A
Complementary color
Monochromatic Colors of #D20D4A
Black with #D20D4A
Text Example
Text Example
White with #D20D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D4A; }
p { color: rgb(210,13,74); }
H1.HeaderClassName
{
color: #D20D4A;
}
.AnyTagClassName
{
color: #D20D4A;
}
</style>
background-color css
<style>
a { background-color: #D20D4A; }
a { background-color: rgb(210,13,74); }
div.DivClassName
{
background-color: #D20D4A;
}
.BgClassName
{
background-color: #D20D4A;
}
</style>
border-color css
<style>
span { border-color: #D20D4A; }
span { border-color: rgb(210,13,74); }
td.TdClassName
{
border-color: #D20D4A;
}
.TagClassName
{
border-color: #D20D4A;
}
</style>