Shades of Crimson #D62040
Tints of Crimson #D62040
RGB
CMYK
RGB Variations
Color information
#D62040 (or 0xD62040) is known color: Crimson. HEX triplet: D6, 20 and 40. RGB value is (214,32,64). Sum of RGB (Red+Green+Blue) = 214+32+64=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D62040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62040 is #29DFBF. Grayscale: #5A5A5A. Windows color (decimal): -2744256 or 4202710. OLE color: 4202710.
HSL color Cylindrical-coordinate representation of color #D62040: hue angle of 349.45º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62040 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 64 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.16 |
| HSL | 349.45º | 0.74% | 0.48% | - |
| HSV(B) | 349.45º | 0.85% | 0.84% | - |
| XYZ | 29.17 | 15.7 | 6.34 | - |
| YUV | 90.07 | 113.3 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 64 | 0 | 0.85 | 0.70 | 0.16 | 349.45 | 0.74 | 0.48 |
| Hex | D6 | 20 | 40 | 0 | 55 | 46 | 10 | 15D | 4A | 30 |
| Octal | 326 | 40 | 100 | 0 | 125 | 106 | 20 | 535 | 112 | 60 |
| Binary | 11010110 | 100000 | 1000000 | 0 | 1010101 | 1000110 | 10000 | 101011101 | 1001010 | 110000 |
Color Harmonies of #D62040
Complementary color
Monochromatic Colors of #D62040
Black with #D62040
Text Example
Text Example
White with #D62040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62040; }
p { color: rgb(214,32,64); }
H1.HeaderClassName
{
color: #D62040;
}
.AnyTagClassName
{
color: #D62040;
}
</style>
background-color css
<style>
a { background-color: #D62040; }
a { background-color: rgb(214,32,64); }
div.DivClassName
{
background-color: #D62040;
}
.BgClassName
{
background-color: #D62040;
}
</style>
border-color css
<style>
span { border-color: #D62040; }
span { border-color: rgb(214,32,64); }
td.TdClassName
{
border-color: #D62040;
}
.TagClassName
{
border-color: #D62040;
}
</style>