Shades of Alizarin #D52635
Tints of Alizarin #D52635
RGB
CMYK
RGB Variations
Color information
#D52635 (or 0xD52635) is known color: Alizarin. HEX triplet: D5, 26 and 35. RGB value is (213,38,53). Sum of RGB (Red+Green+Blue) = 213+38+53=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D52635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52635 is #2AD9CA. Grayscale: #5C5C5C. Windows color (decimal): -2808267 or 3483349. OLE color: 3483349.
HSL color Cylindrical-coordinate representation of color #D52635: hue angle of 354.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52635 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 53 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.16 |
| HSL | 354.86º | 0.7% | 0.49% | - |
| HSV(B) | 354.86º | 0.82% | 0.84% | - |
| XYZ | 28.78 | 15.79 | 4.9 | - |
| YUV | 92.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 53 | 0 | 0.82 | 0.75 | 0.16 | 354.86 | 0.7 | 0.49 |
| Hex | D5 | 26 | 35 | 0 | 52 | 4B | 10 | 163 | 46 | 31 |
| Octal | 325 | 46 | 65 | 0 | 122 | 113 | 20 | 543 | 106 | 61 |
| Binary | 11010101 | 100110 | 110101 | 0 | 1010010 | 1001011 | 10000 | 101100011 | 1000110 | 110001 |
Color Harmonies of #D52635
Complementary color
Monochromatic Colors of #D52635
Black with #D52635
Text Example
Text Example
White with #D52635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52635; }
p { color: rgb(213,38,53); }
H1.HeaderClassName
{
color: #D52635;
}
.AnyTagClassName
{
color: #D52635;
}
</style>
background-color css
<style>
a { background-color: #D52635; }
a { background-color: rgb(213,38,53); }
div.DivClassName
{
background-color: #D52635;
}
.BgClassName
{
background-color: #D52635;
}
</style>
border-color css
<style>
span { border-color: #D52635; }
span { border-color: rgb(213,38,53); }
td.TdClassName
{
border-color: #D52635;
}
.TagClassName
{
border-color: #D52635;
}
</style>