Shades of Alizarin #D52337
Tints of Alizarin #D52337
RGB
CMYK
RGB Variations
Color information
#D52337 (or 0xD52337) is known color: Alizarin. HEX triplet: D5, 23 and 37. RGB value is (213,35,55). Sum of RGB (Red+Green+Blue) = 213+35+55=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D52337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52337 is #2ADCC8. Grayscale: #5A5A5A. Windows color (decimal): -2809033 or 3613653. OLE color: 3613653.
HSL color Cylindrical-coordinate representation of color #D52337: hue angle of 353.26º degrees, saturation: 0.72, 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 #D52337 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 55 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.16 |
| HSL | 353.26º | 0.72% | 0.49% | - |
| HSV(B) | 353.26º | 0.84% | 0.84% | - |
| XYZ | 28.73 | 15.62 | 5.12 | - |
| YUV | 90.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 55 | 0 | 0.84 | 0.74 | 0.16 | 353.26 | 0.72 | 0.49 |
| Hex | D5 | 23 | 37 | 0 | 54 | 4A | 10 | 161 | 48 | 31 |
| Octal | 325 | 43 | 67 | 0 | 124 | 112 | 20 | 541 | 110 | 61 |
| Binary | 11010101 | 100011 | 110111 | 0 | 1010100 | 1001010 | 10000 | 101100001 | 1001000 | 110001 |
Color Harmonies of #D52337
Complementary color
Monochromatic Colors of #D52337
Black with #D52337
Text Example
Text Example
White with #D52337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52337; }
p { color: rgb(213,35,55); }
H1.HeaderClassName
{
color: #D52337;
}
.AnyTagClassName
{
color: #D52337;
}
</style>
background-color css
<style>
a { background-color: #D52337; }
a { background-color: rgb(213,35,55); }
div.DivClassName
{
background-color: #D52337;
}
.BgClassName
{
background-color: #D52337;
}
</style>
border-color css
<style>
span { border-color: #D52337; }
span { border-color: rgb(213,35,55); }
td.TdClassName
{
border-color: #D52337;
}
.TagClassName
{
border-color: #D52337;
}
</style>