Shades of Alizarin #D9233A
Tints of Alizarin #D9233A
RGB
CMYK
RGB Variations
Color information
#D9233A (or 0xD9233A) is known color: Alizarin. HEX triplet: D9, 23 and 3A. RGB value is (217,35,58). Sum of RGB (Red+Green+Blue) = 217+35+58=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9233A is #26DCC5. Grayscale: #5C5C5C. Windows color (decimal): -2546886 or 3810265. OLE color: 3810265.
HSL color Cylindrical-coordinate representation of color #D9233A: hue angle of 352.42º 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 #D9233A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 58 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.15 |
| HSL | 352.42º | 0.72% | 0.49% | - |
| HSV(B) | 352.42º | 0.84% | 0.85% | - |
| XYZ | 29.98 | 16.26 | 5.56 | - |
| YUV | 92.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 58 | 0 | 0.84 | 0.73 | 0.15 | 352.42 | 0.72 | 0.49 |
| Hex | D9 | 23 | 3A | 0 | 54 | 49 | F | 160 | 48 | 31 |
| Octal | 331 | 43 | 72 | 0 | 124 | 111 | 17 | 540 | 110 | 61 |
| Binary | 11011001 | 100011 | 111010 | 0 | 1010100 | 1001001 | 1111 | 101100000 | 1001000 | 110001 |
Color Harmonies of #D9233A
Complementary color
Monochromatic Colors of #D9233A
Black with #D9233A
Text Example
Text Example
White with #D9233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9233A; }
p { color: rgb(217,35,58); }
H1.HeaderClassName
{
color: #D9233A;
}
.AnyTagClassName
{
color: #D9233A;
}
</style>
background-color css
<style>
a { background-color: #D9233A; }
a { background-color: rgb(217,35,58); }
div.DivClassName
{
background-color: #D9233A;
}
.BgClassName
{
background-color: #D9233A;
}
</style>
border-color css
<style>
span { border-color: #D9233A; }
span { border-color: rgb(217,35,58); }
td.TdClassName
{
border-color: #D9233A;
}
.TagClassName
{
border-color: #D9233A;
}
</style>