Shades of Alizarin #D52937
Tints of Alizarin #D52937
RGB
CMYK
RGB Variations
Color information
#D52937 (or 0xD52937) is known color: Alizarin. HEX triplet: D5, 29 and 37. RGB value is (213,41,55). Sum of RGB (Red+Green+Blue) = 213+41+55=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D52937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52937 is #2AD6C8. Grayscale: #5E5E5E. Windows color (decimal): -2807497 or 3615189. OLE color: 3615189.
HSL color Cylindrical-coordinate representation of color #D52937: hue angle of 355.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52937 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 55 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.16 |
| HSL | 355.12º | 0.68% | 0.5% | - |
| HSV(B) | 355.12º | 0.81% | 0.84% | - |
| XYZ | 28.92 | 16.01 | 5.18 | - |
| YUV | 94.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 55 | 0 | 0.81 | 0.74 | 0.16 | 355.12 | 0.68 | 0.5 |
| Hex | D5 | 29 | 37 | 0 | 51 | 4A | 10 | 163 | 44 | 32 |
| Octal | 325 | 51 | 67 | 0 | 121 | 112 | 20 | 543 | 104 | 62 |
| Binary | 11010101 | 101001 | 110111 | 0 | 1010001 | 1001010 | 10000 | 101100011 | 1000100 | 110010 |
Color Harmonies of #D52937
Complementary color
Monochromatic Colors of #D52937
Black with #D52937
Text Example
Text Example
White with #D52937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52937; }
p { color: rgb(213,41,55); }
H1.HeaderClassName
{
color: #D52937;
}
.AnyTagClassName
{
color: #D52937;
}
</style>
background-color css
<style>
a { background-color: #D52937; }
a { background-color: rgb(213,41,55); }
div.DivClassName
{
background-color: #D52937;
}
.BgClassName
{
background-color: #D52937;
}
</style>
border-color css
<style>
span { border-color: #D52937; }
span { border-color: rgb(213,41,55); }
td.TdClassName
{
border-color: #D52937;
}
.TagClassName
{
border-color: #D52937;
}
</style>