Shades of Alizarin #D52939
Tints of Alizarin #D52939
RGB
CMYK
RGB Variations
Color information
#D52939 (or 0xD52939) is known color: Alizarin. HEX triplet: D5, 29 and 39. RGB value is (213,41,57). Sum of RGB (Red+Green+Blue) = 213+41+57=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D52939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52939 is #2AD6C6. Grayscale: #5E5E5E. Windows color (decimal): -2807495 or 3746261. OLE color: 3746261.
HSL color Cylindrical-coordinate representation of color #D52939: hue angle of 354.42º 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 #D52939 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 57 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.16 |
| HSL | 354.42º | 0.68% | 0.5% | - |
| HSV(B) | 354.42º | 0.81% | 0.84% | - |
| XYZ | 28.97 | 16.03 | 5.44 | - |
| YUV | 94.25 | 106.98 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 57 | 0 | 0.81 | 0.73 | 0.16 | 354.42 | 0.68 | 0.5 |
| Hex | D5 | 29 | 39 | 0 | 51 | 49 | 10 | 162 | 44 | 32 |
| Octal | 325 | 51 | 71 | 0 | 121 | 111 | 20 | 542 | 104 | 62 |
| Binary | 11010101 | 101001 | 111001 | 0 | 1010001 | 1001001 | 10000 | 101100010 | 1000100 | 110010 |
Color Harmonies of #D52939
Complementary color
Monochromatic Colors of #D52939
Black with #D52939
Text Example
Text Example
White with #D52939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52939; }
p { color: rgb(213,41,57); }
H1.HeaderClassName
{
color: #D52939;
}
.AnyTagClassName
{
color: #D52939;
}
</style>
background-color css
<style>
a { background-color: #D52939; }
a { background-color: rgb(213,41,57); }
div.DivClassName
{
background-color: #D52939;
}
.BgClassName
{
background-color: #D52939;
}
</style>
border-color css
<style>
span { border-color: #D52939; }
span { border-color: rgb(213,41,57); }
td.TdClassName
{
border-color: #D52939;
}
.TagClassName
{
border-color: #D52939;
}
</style>