Shades of Alizarin #D62033
Tints of Alizarin #D62033
RGB
CMYK
RGB Variations
Color information
#D62033 (or 0xD62033) is known color: Alizarin. HEX triplet: D6, 20 and 33. RGB value is (214,32,51). Sum of RGB (Red+Green+Blue) = 214+32+51=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D62033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62033 is #29DFCC. Grayscale: #585858. Windows color (decimal): -2744269 or 3350742. OLE color: 3350742.
HSL color Cylindrical-coordinate representation of color #D62033: hue angle of 353.74º 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 #D62033 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 51 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.16 |
| HSL | 353.74º | 0.74% | 0.48% | - |
| HSV(B) | 353.74º | 0.85% | 0.84% | - |
| XYZ | 28.85 | 15.57 | 4.62 | - |
| YUV | 88.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 51 | 0 | 0.85 | 0.76 | 0.16 | 353.74 | 0.74 | 0.48 |
| Hex | D6 | 20 | 33 | 0 | 55 | 4C | 10 | 162 | 4A | 30 |
| Octal | 326 | 40 | 63 | 0 | 125 | 114 | 20 | 542 | 112 | 60 |
| Binary | 11010110 | 100000 | 110011 | 0 | 1010101 | 1001100 | 10000 | 101100010 | 1001010 | 110000 |
Color Harmonies of #D62033
Complementary color
Monochromatic Colors of #D62033
Black with #D62033
Text Example
Text Example
White with #D62033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62033; }
p { color: rgb(214,32,51); }
H1.HeaderClassName
{
color: #D62033;
}
.AnyTagClassName
{
color: #D62033;
}
</style>
background-color css
<style>
a { background-color: #D62033; }
a { background-color: rgb(214,32,51); }
div.DivClassName
{
background-color: #D62033;
}
.BgClassName
{
background-color: #D62033;
}
</style>
border-color css
<style>
span { border-color: #D62033; }
span { border-color: rgb(214,32,51); }
td.TdClassName
{
border-color: #D62033;
}
.TagClassName
{
border-color: #D62033;
}
</style>