Shades of Alizarin #D52237
Tints of Alizarin #D52237
RGB
CMYK
RGB Variations
Color information
#D52237 (or 0xD52237) is known color: Alizarin. HEX triplet: D5, 22 and 37. RGB value is (213,34,55). Sum of RGB (Red+Green+Blue) = 213+34+55=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52237 is #2ADDC8. Grayscale: #5A5A5A. Windows color (decimal): -2809289 or 3613397. OLE color: 3613397.
HSL color Cylindrical-coordinate representation of color #D52237: hue angle of 352.96º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52237 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 55 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.16 |
| HSL | 352.96º | 0.72% | 0.48% | - |
| HSV(B) | 352.96º | 0.84% | 0.84% | - |
| XYZ | 28.7 | 15.57 | 5.11 | - |
| YUV | 89.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 55 | 0 | 0.84 | 0.74 | 0.16 | 352.96 | 0.72 | 0.48 |
| Hex | D5 | 22 | 37 | 0 | 54 | 4A | 10 | 161 | 48 | 30 |
| Octal | 325 | 42 | 67 | 0 | 124 | 112 | 20 | 541 | 110 | 60 |
| Binary | 11010101 | 100010 | 110111 | 0 | 1010100 | 1001010 | 10000 | 101100001 | 1001000 | 110000 |
Color Harmonies of #D52237
Complementary color
Monochromatic Colors of #D52237
Black with #D52237
Text Example
Text Example
White with #D52237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52237; }
p { color: rgb(213,34,55); }
H1.HeaderClassName
{
color: #D52237;
}
.AnyTagClassName
{
color: #D52237;
}
</style>
background-color css
<style>
a { background-color: #D52237; }
a { background-color: rgb(213,34,55); }
div.DivClassName
{
background-color: #D52237;
}
.BgClassName
{
background-color: #D52237;
}
</style>
border-color css
<style>
span { border-color: #D52237; }
span { border-color: rgb(213,34,55); }
td.TdClassName
{
border-color: #D52237;
}
.TagClassName
{
border-color: #D52237;
}
</style>