Shades of Alizarin #D22536
Tints of Alizarin #D22536
RGB
CMYK
RGB Variations
Color information
#D22536 (or 0xD22536) is known color: Alizarin. HEX triplet: D2, 25 and 36. RGB value is (210,37,54). Sum of RGB (Red+Green+Blue) = 210+37+54=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D22536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22536 is #2DDAC9. Grayscale: #5A5A5A. Windows color (decimal): -3005130 or 3548626. OLE color: 3548626.
HSL color Cylindrical-coordinate representation of color #D22536: hue angle of 354.1º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22536 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 54 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.18 |
| HSL | 354.1º | 0.7% | 0.48% | - |
| HSV(B) | 354.1º | 0.82% | 0.82% | - |
| XYZ | 27.91 | 15.29 | 4.97 | - |
| YUV | 90.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 54 | 0 | 0.82 | 0.74 | 0.18 | 354.1 | 0.7 | 0.48 |
| Hex | D2 | 25 | 36 | 0 | 52 | 4A | 12 | 162 | 46 | 30 |
| Octal | 322 | 45 | 66 | 0 | 122 | 112 | 22 | 542 | 106 | 60 |
| Binary | 11010010 | 100101 | 110110 | 0 | 1010010 | 1001010 | 10010 | 101100010 | 1000110 | 110000 |
Color Harmonies of #D22536
Complementary color
Monochromatic Colors of #D22536
Black with #D22536
Text Example
Text Example
White with #D22536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22536; }
p { color: rgb(210,37,54); }
H1.HeaderClassName
{
color: #D22536;
}
.AnyTagClassName
{
color: #D22536;
}
</style>
background-color css
<style>
a { background-color: #D22536; }
a { background-color: rgb(210,37,54); }
div.DivClassName
{
background-color: #D22536;
}
.BgClassName
{
background-color: #D22536;
}
</style>
border-color css
<style>
span { border-color: #D22536; }
span { border-color: rgb(210,37,54); }
td.TdClassName
{
border-color: #D22536;
}
.TagClassName
{
border-color: #D22536;
}
</style>