Shades of Crimson #D62044
Tints of Crimson #D62044
RGB
CMYK
RGB Variations
Color information
#D62044 (or 0xD62044) is known color: Crimson. HEX triplet: D6, 20 and 44. RGB value is (214,32,68). Sum of RGB (Red+Green+Blue) = 214+32+68=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D62044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62044 is #29DFBB. Grayscale: #5A5A5A. Windows color (decimal): -2744252 or 4464854. OLE color: 4464854.
HSL color Cylindrical-coordinate representation of color #D62044: hue angle of 348.13º 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 #D62044 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 68 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.16 |
| HSL | 348.13º | 0.74% | 0.48% | - |
| HSV(B) | 348.13º | 0.85% | 0.84% | - |
| XYZ | 29.29 | 15.75 | 6.96 | - |
| YUV | 90.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 68 | 0 | 0.85 | 0.68 | 0.16 | 348.13 | 0.74 | 0.48 |
| Hex | D6 | 20 | 44 | 0 | 55 | 44 | 10 | 15C | 4A | 30 |
| Octal | 326 | 40 | 104 | 0 | 125 | 104 | 20 | 534 | 112 | 60 |
| Binary | 11010110 | 100000 | 1000100 | 0 | 1010101 | 1000100 | 10000 | 101011100 | 1001010 | 110000 |
Color Harmonies of #D62044
Complementary color
Monochromatic Colors of #D62044
Black with #D62044
Text Example
Text Example
White with #D62044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62044; }
p { color: rgb(214,32,68); }
H1.HeaderClassName
{
color: #D62044;
}
.AnyTagClassName
{
color: #D62044;
}
</style>
background-color css
<style>
a { background-color: #D62044; }
a { background-color: rgb(214,32,68); }
div.DivClassName
{
background-color: #D62044;
}
.BgClassName
{
background-color: #D62044;
}
</style>
border-color css
<style>
span { border-color: #D62044; }
span { border-color: rgb(214,32,68); }
td.TdClassName
{
border-color: #D62044;
}
.TagClassName
{
border-color: #D62044;
}
</style>