Shades of Alizarin #D5232C
Tints of Alizarin #D5232C
RGB
CMYK
RGB Variations
Color information
#D5232C (or 0xD5232C) is known color: Alizarin. HEX triplet: D5, 23 and 2C. RGB value is (213,35,44). Sum of RGB (Red+Green+Blue) = 213+35+44=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232C is #2ADCD3. Grayscale: #595959. Windows color (decimal): -2809044 or 2892757. OLE color: 2892757.
HSL color Cylindrical-coordinate representation of color #D5232C: hue angle of 356.97º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5232C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 44 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.16 |
| HSL | 356.97º | 0.72% | 0.49% | - |
| HSV(B) | 356.97º | 0.84% | 0.84% | - |
| XYZ | 28.5 | 15.53 | 3.88 | - |
| YUV | 89.25 | 102.47 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 44 | 0 | 0.84 | 0.79 | 0.16 | 356.97 | 0.72 | 0.49 |
| Hex | D5 | 23 | 2C | 0 | 54 | 4F | 10 | 165 | 48 | 31 |
| Octal | 325 | 43 | 54 | 0 | 124 | 117 | 20 | 545 | 110 | 61 |
| Binary | 11010101 | 100011 | 101100 | 0 | 1010100 | 1001111 | 10000 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D5232C
Complementary color
Monochromatic Colors of #D5232C
Black with #D5232C
Text Example
Text Example
White with #D5232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5232C; }
p { color: rgb(213,35,44); }
H1.HeaderClassName
{
color: #D5232C;
}
.AnyTagClassName
{
color: #D5232C;
}
</style>
background-color css
<style>
a { background-color: #D5232C; }
a { background-color: rgb(213,35,44); }
div.DivClassName
{
background-color: #D5232C;
}
.BgClassName
{
background-color: #D5232C;
}
</style>
border-color css
<style>
span { border-color: #D5232C; }
span { border-color: rgb(213,35,44); }
td.TdClassName
{
border-color: #D5232C;
}
.TagClassName
{
border-color: #D5232C;
}
</style>