Shades of Alizarin #D52636
Tints of Alizarin #D52636
RGB
CMYK
RGB Variations
Color information
#D52636 (or 0xD52636) is known color: Alizarin. HEX triplet: D5, 26 and 36. RGB value is (213,38,54). Sum of RGB (Red+Green+Blue) = 213+38+54=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52636 is #2AD9C9. Grayscale: #5C5C5C. Windows color (decimal): -2808266 or 3548885. OLE color: 3548885.
HSL color Cylindrical-coordinate representation of color #D52636: hue angle of 354.51º 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 #D52636 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 54 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.16 |
| HSL | 354.51º | 0.7% | 0.49% | - |
| HSV(B) | 354.51º | 0.82% | 0.84% | - |
| XYZ | 28.8 | 15.8 | 5.02 | - |
| YUV | 92.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 54 | 0 | 0.82 | 0.75 | 0.16 | 354.51 | 0.7 | 0.49 |
| Hex | D5 | 26 | 36 | 0 | 52 | 4B | 10 | 163 | 46 | 31 |
| Octal | 325 | 46 | 66 | 0 | 122 | 113 | 20 | 543 | 106 | 61 |
| Binary | 11010101 | 100110 | 110110 | 0 | 1010010 | 1001011 | 10000 | 101100011 | 1000110 | 110001 |
Color Harmonies of #D52636
Complementary color
Monochromatic Colors of #D52636
Black with #D52636
Text Example
Text Example
White with #D52636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52636; }
p { color: rgb(213,38,54); }
H1.HeaderClassName
{
color: #D52636;
}
.AnyTagClassName
{
color: #D52636;
}
</style>
background-color css
<style>
a { background-color: #D52636; }
a { background-color: rgb(213,38,54); }
div.DivClassName
{
background-color: #D52636;
}
.BgClassName
{
background-color: #D52636;
}
</style>
border-color css
<style>
span { border-color: #D52636; }
span { border-color: rgb(213,38,54); }
td.TdClassName
{
border-color: #D52636;
}
.TagClassName
{
border-color: #D52636;
}
</style>