Shades of Alizarin #D9233E
Tints of Alizarin #D9233E
RGB
CMYK
RGB Variations
Color information
#D9233E (or 0xD9233E) is known color: Alizarin. HEX triplet: D9, 23 and 3E. RGB value is (217,35,62). Sum of RGB (Red+Green+Blue) = 217+35+62=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9233E is #26DCC1. Grayscale: #5C5C5C. Windows color (decimal): -2546882 or 4072409. OLE color: 4072409.
HSL color Cylindrical-coordinate representation of color #D9233E: hue angle of 351.1º 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 #D9233E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.15 |
| HSL | 351.1º | 0.72% | 0.49% | - |
| HSV(B) | 351.1º | 0.84% | 0.85% | - |
| XYZ | 30.09 | 16.3 | 6.12 | - |
| YUV | 92.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 62 | 0 | 0.84 | 0.71 | 0.15 | 351.1 | 0.72 | 0.49 |
| Hex | D9 | 23 | 3E | 0 | 54 | 47 | F | 15F | 48 | 31 |
| Octal | 331 | 43 | 76 | 0 | 124 | 107 | 17 | 537 | 110 | 61 |
| Binary | 11011001 | 100011 | 111110 | 0 | 1010100 | 1000111 | 1111 | 101011111 | 1001000 | 110001 |
Color Harmonies of #D9233E
Complementary color
Monochromatic Colors of #D9233E
Black with #D9233E
Text Example
Text Example
White with #D9233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9233E; }
p { color: rgb(217,35,62); }
H1.HeaderClassName
{
color: #D9233E;
}
.AnyTagClassName
{
color: #D9233E;
}
</style>
background-color css
<style>
a { background-color: #D9233E; }
a { background-color: rgb(217,35,62); }
div.DivClassName
{
background-color: #D9233E;
}
.BgClassName
{
background-color: #D9233E;
}
</style>
border-color css
<style>
span { border-color: #D9233E; }
span { border-color: rgb(217,35,62); }
td.TdClassName
{
border-color: #D9233E;
}
.TagClassName
{
border-color: #D9233E;
}
</style>