Shades of Alizarin #D62038
Tints of Alizarin #D62038
RGB
CMYK
RGB Variations
Color information
#D62038 (or 0xD62038) is known color: Alizarin. HEX triplet: D6, 20 and 38. RGB value is (214,32,56). Sum of RGB (Red+Green+Blue) = 214+32+56=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62038 is #29DFC7. Grayscale: #595959. Windows color (decimal): -2744264 or 3678422. OLE color: 3678422.
HSL color Cylindrical-coordinate representation of color #D62038: hue angle of 352.09º 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 #D62038 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.16 |
| HSL | 352.09º | 0.74% | 0.48% | - |
| HSV(B) | 352.09º | 0.85% | 0.84% | - |
| XYZ | 28.96 | 15.61 | 5.23 | - |
| YUV | 89.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 56 | 0 | 0.85 | 0.74 | 0.16 | 352.09 | 0.74 | 0.48 |
| Hex | D6 | 20 | 38 | 0 | 55 | 4A | 10 | 160 | 4A | 30 |
| Octal | 326 | 40 | 70 | 0 | 125 | 112 | 20 | 540 | 112 | 60 |
| Binary | 11010110 | 100000 | 111000 | 0 | 1010101 | 1001010 | 10000 | 101100000 | 1001010 | 110000 |
Color Harmonies of #D62038
Complementary color
Monochromatic Colors of #D62038
Black with #D62038
Text Example
Text Example
White with #D62038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62038; }
p { color: rgb(214,32,56); }
H1.HeaderClassName
{
color: #D62038;
}
.AnyTagClassName
{
color: #D62038;
}
</style>
background-color css
<style>
a { background-color: #D62038; }
a { background-color: rgb(214,32,56); }
div.DivClassName
{
background-color: #D62038;
}
.BgClassName
{
background-color: #D62038;
}
</style>
border-color css
<style>
span { border-color: #D62038; }
span { border-color: rgb(214,32,56); }
td.TdClassName
{
border-color: #D62038;
}
.TagClassName
{
border-color: #D62038;
}
</style>