Shades of Crimson #D20040
Tints of Crimson #D20040
RGB
CMYK
RGB Variations
Color information
#D20040 (or 0xD20040) is known color: Crimson. HEX triplet: D2, 00 and 40. RGB value is (210,0,64). Sum of RGB (Red+Green+Blue) = 210+0+64=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D20040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20040 is #2DFFBF. Grayscale: #464646. Windows color (decimal): -3014592 or 4194514. OLE color: 4194514.
HSL color Cylindrical-coordinate representation of color #D20040: hue angle of 341.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20040 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.70 | 0.18 |
| HSL | 341.71º | 1% | 0.41% | - |
| HSV(B) | 341.71º | 1% | 0.82% | - |
| XYZ | 27.5 | 14.07 | 6.12 | - |
| YUV | 70.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 64 | 0 | 1 | 0.70 | 0.18 | 341.71 | 1 | 0.41 |
| Hex | D2 | 0 | 40 | 0 | 64 | 46 | 12 | 156 | 64 | 29 |
| Octal | 322 | 0 | 100 | 0 | 144 | 106 | 22 | 526 | 144 | 51 |
| Binary | 11010010 | 0 | 1000000 | 0 | 1100100 | 1000110 | 10010 | 101010110 | 1100100 | 101001 |
Color Harmonies of #D20040
Complementary color
Monochromatic Colors of #D20040
Black with #D20040
Text Example
Text Example
White with #D20040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20040; }
p { color: rgb(210,0,64); }
H1.HeaderClassName
{
color: #D20040;
}
.AnyTagClassName
{
color: #D20040;
}
</style>
background-color css
<style>
a { background-color: #D20040; }
a { background-color: rgb(210,0,64); }
div.DivClassName
{
background-color: #D20040;
}
.BgClassName
{
background-color: #D20040;
}
</style>
border-color css
<style>
span { border-color: #D20040; }
span { border-color: rgb(210,0,64); }
td.TdClassName
{
border-color: #D20040;
}
.TagClassName
{
border-color: #D20040;
}
</style>