Shades of Alizarin #D52534
Tints of Alizarin #D52534
RGB
CMYK
RGB Variations
Color information
#D52534 (or 0xD52534) is known color: Alizarin. HEX triplet: D5, 25 and 34. RGB value is (213,37,52). Sum of RGB (Red+Green+Blue) = 213+37+52=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D52534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52534 is #2ADACB. Grayscale: #5B5B5B. Windows color (decimal): -2808524 or 3417557. OLE color: 3417557.
HSL color Cylindrical-coordinate representation of color #D52534: hue angle of 354.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52534 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 52 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.16 |
| HSL | 354.89º | 0.7% | 0.49% | - |
| HSV(B) | 354.89º | 0.83% | 0.84% | - |
| XYZ | 28.72 | 15.72 | 4.77 | - |
| YUV | 91.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 52 | 0 | 0.83 | 0.76 | 0.16 | 354.89 | 0.7 | 0.49 |
| Hex | D5 | 25 | 34 | 0 | 53 | 4C | 10 | 163 | 46 | 31 |
| Octal | 325 | 45 | 64 | 0 | 123 | 114 | 20 | 543 | 106 | 61 |
| Binary | 11010101 | 100101 | 110100 | 0 | 1010011 | 1001100 | 10000 | 101100011 | 1000110 | 110001 |
Color Harmonies of #D52534
Complementary color
Monochromatic Colors of #D52534
Black with #D52534
Text Example
Text Example
White with #D52534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52534; }
p { color: rgb(213,37,52); }
H1.HeaderClassName
{
color: #D52534;
}
.AnyTagClassName
{
color: #D52534;
}
</style>
background-color css
<style>
a { background-color: #D52534; }
a { background-color: rgb(213,37,52); }
div.DivClassName
{
background-color: #D52534;
}
.BgClassName
{
background-color: #D52534;
}
</style>
border-color css
<style>
span { border-color: #D52534; }
span { border-color: rgb(213,37,52); }
td.TdClassName
{
border-color: #D52534;
}
.TagClassName
{
border-color: #D52534;
}
</style>