Shades of Alizarin #D9232D
Tints of Alizarin #D9232D
RGB
CMYK
RGB Variations
Color information
#D9232D (or 0xD9232D) is known color: Alizarin. HEX triplet: D9, 23 and 2D. RGB value is (217,35,45). Sum of RGB (Red+Green+Blue) = 217+35+45=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9232D is #26DCD2. Grayscale: #5A5A5A. Windows color (decimal): -2546899 or 2958297. OLE color: 2958297.
HSL color Cylindrical-coordinate representation of color #D9232D: hue angle of 356.7º 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 #D9232D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.15 |
| HSL | 356.7º | 0.72% | 0.49% | - |
| HSV(B) | 356.7º | 0.84% | 0.85% | - |
| XYZ | 29.69 | 16.14 | 4.03 | - |
| YUV | 90.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 45 | 0 | 0.84 | 0.79 | 0.15 | 356.7 | 0.72 | 0.49 |
| Hex | D9 | 23 | 2D | 0 | 54 | 4F | F | 165 | 48 | 31 |
| Octal | 331 | 43 | 55 | 0 | 124 | 117 | 17 | 545 | 110 | 61 |
| Binary | 11011001 | 100011 | 101101 | 0 | 1010100 | 1001111 | 1111 | 101100101 | 1001000 | 110001 |
Color Harmonies of #D9232D
Complementary color
Monochromatic Colors of #D9232D
Black with #D9232D
Text Example
Text Example
White with #D9232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9232D; }
p { color: rgb(217,35,45); }
H1.HeaderClassName
{
color: #D9232D;
}
.AnyTagClassName
{
color: #D9232D;
}
</style>
background-color css
<style>
a { background-color: #D9232D; }
a { background-color: rgb(217,35,45); }
div.DivClassName
{
background-color: #D9232D;
}
.BgClassName
{
background-color: #D9232D;
}
</style>
border-color css
<style>
span { border-color: #D9232D; }
span { border-color: rgb(217,35,45); }
td.TdClassName
{
border-color: #D9232D;
}
.TagClassName
{
border-color: #D9232D;
}
</style>