Shades of Alizarin #D62232
Tints of Alizarin #D62232
RGB
CMYK
RGB Variations
Color information
#D62232 (or 0xD62232) is known color: Alizarin. HEX triplet: D6, 22 and 32. RGB value is (214,34,50). Sum of RGB (Red+Green+Blue) = 214+34+50=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D62232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62232 is #29DDCD. Grayscale: #595959. Windows color (decimal): -2743758 or 3285718. OLE color: 3285718.
HSL color Cylindrical-coordinate representation of color #D62232: hue angle of 354.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62232 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 50 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.16 |
| HSL | 354.67º | 0.73% | 0.49% | - |
| HSV(B) | 354.67º | 0.84% | 0.84% | - |
| XYZ | 28.88 | 15.67 | 4.52 | - |
| YUV | 89.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 50 | 0 | 0.84 | 0.77 | 0.16 | 354.67 | 0.73 | 0.49 |
| Hex | D6 | 22 | 32 | 0 | 54 | 4D | 10 | 163 | 49 | 31 |
| Octal | 326 | 42 | 62 | 0 | 124 | 115 | 20 | 543 | 111 | 61 |
| Binary | 11010110 | 100010 | 110010 | 0 | 1010100 | 1001101 | 10000 | 101100011 | 1001001 | 110001 |
Color Harmonies of #D62232
Complementary color
Monochromatic Colors of #D62232
Black with #D62232
Text Example
Text Example
White with #D62232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62232; }
p { color: rgb(214,34,50); }
H1.HeaderClassName
{
color: #D62232;
}
.AnyTagClassName
{
color: #D62232;
}
</style>
background-color css
<style>
a { background-color: #D62232; }
a { background-color: rgb(214,34,50); }
div.DivClassName
{
background-color: #D62232;
}
.BgClassName
{
background-color: #D62232;
}
</style>
border-color css
<style>
span { border-color: #D62232; }
span { border-color: rgb(214,34,50); }
td.TdClassName
{
border-color: #D62232;
}
.TagClassName
{
border-color: #D62232;
}
</style>