Shades of Alizarin #D5232F
Tints of Alizarin #D5232F
RGB
CMYK
RGB Variations
Color information
#D5232F (or 0xD5232F) is known color: Alizarin. HEX triplet: D5, 23 and 2F. RGB value is (213,35,47). Sum of RGB (Red+Green+Blue) = 213+35+47=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232F is #2ADCD0. Grayscale: #595959. Windows color (decimal): -2809041 or 3089365. OLE color: 3089365.
HSL color Cylindrical-coordinate representation of color #D5232F: hue angle of 355.96º 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 #D5232F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 47 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.16 |
| HSL | 355.96º | 0.72% | 0.49% | - |
| HSV(B) | 355.96º | 0.84% | 0.84% | - |
| XYZ | 28.55 | 15.55 | 4.19 | - |
| YUV | 89.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 47 | 0 | 0.84 | 0.78 | 0.16 | 355.96 | 0.72 | 0.49 |
| Hex | D5 | 23 | 2F | 0 | 54 | 4E | 10 | 164 | 48 | 31 |
| Octal | 325 | 43 | 57 | 0 | 124 | 116 | 20 | 544 | 110 | 61 |
| Binary | 11010101 | 100011 | 101111 | 0 | 1010100 | 1001110 | 10000 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D5232F
Complementary color
Monochromatic Colors of #D5232F
Black with #D5232F
Text Example
Text Example
White with #D5232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5232F; }
p { color: rgb(213,35,47); }
H1.HeaderClassName
{
color: #D5232F;
}
.AnyTagClassName
{
color: #D5232F;
}
</style>
background-color css
<style>
a { background-color: #D5232F; }
a { background-color: rgb(213,35,47); }
div.DivClassName
{
background-color: #D5232F;
}
.BgClassName
{
background-color: #D5232F;
}
</style>
border-color css
<style>
span { border-color: #D5232F; }
span { border-color: rgb(213,35,47); }
td.TdClassName
{
border-color: #D5232F;
}
.TagClassName
{
border-color: #D5232F;
}
</style>