Shades of Alizarin #D9232E
Tints of Alizarin #D9232E
RGB
CMYK
RGB Variations
Color information
#D9232E (or 0xD9232E) is known color: Alizarin. HEX triplet: D9, 23 and 2E. RGB value is (217,35,46). Sum of RGB (Red+Green+Blue) = 217+35+46=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9232E is #26DCD1. Grayscale: #5A5A5A. Windows color (decimal): -2546898 or 3023833. OLE color: 3023833.
HSL color Cylindrical-coordinate representation of color #D9232E: hue angle of 356.37º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9232E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 46 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.15 |
| HSL | 356.37º | 0.72% | 0.49% | - |
| HSV(B) | 356.37º | 0.84% | 0.85% | - |
| XYZ | 29.71 | 16.15 | 4.14 | - |
| YUV | 90.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 46 | 0 | 0.84 | 0.79 | 0.15 | 356.37 | 0.72 | 0.49 |
| Hex | D9 | 23 | 2E | 0 | 54 | 4F | F | 164 | 48 | 31 |
| Octal | 331 | 43 | 56 | 0 | 124 | 117 | 17 | 544 | 110 | 61 |
| Binary | 11011001 | 100011 | 101110 | 0 | 1010100 | 1001111 | 1111 | 101100100 | 1001000 | 110001 |
Color Harmonies of #D9232E
Complementary color
Monochromatic Colors of #D9232E
Black with #D9232E
Text Example
Text Example
White with #D9232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9232E; }
p { color: rgb(217,35,46); }
H1.HeaderClassName
{
color: #D9232E;
}
.AnyTagClassName
{
color: #D9232E;
}
</style>
background-color css
<style>
a { background-color: #D9232E; }
a { background-color: rgb(217,35,46); }
div.DivClassName
{
background-color: #D9232E;
}
.BgClassName
{
background-color: #D9232E;
}
</style>
border-color css
<style>
span { border-color: #D9232E; }
span { border-color: rgb(217,35,46); }
td.TdClassName
{
border-color: #D9232E;
}
.TagClassName
{
border-color: #D9232E;
}
</style>