Shades of Alizarin #D9222B
Tints of Alizarin #D9222B
RGB
CMYK
RGB Variations
Color information
#D9222B (or 0xD9222B) is known color: Alizarin. HEX triplet: D9, 22 and 2B. RGB value is (217,34,43). Sum of RGB (Red+Green+Blue) = 217+34+43=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D9222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9222B is #26DDD4. Grayscale: #595959. Windows color (decimal): -2547157 or 2826969. OLE color: 2826969.
HSL color Cylindrical-coordinate representation of color #D9222B: hue angle of 357.05º degrees, saturation: 0.73, 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 #D9222B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.15 |
| HSL | 357.05º | 0.73% | 0.49% | - |
| HSV(B) | 357.05º | 0.84% | 0.85% | - |
| XYZ | 29.62 | 16.07 | 3.83 | - |
| YUV | 89.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 43 | 0 | 0.84 | 0.80 | 0.15 | 357.05 | 0.73 | 0.49 |
| Hex | D9 | 22 | 2B | 0 | 54 | 50 | F | 165 | 49 | 31 |
| Octal | 331 | 42 | 53 | 0 | 124 | 120 | 17 | 545 | 111 | 61 |
| Binary | 11011001 | 100010 | 101011 | 0 | 1010100 | 1010000 | 1111 | 101100101 | 1001001 | 110001 |
Color Harmonies of #D9222B
Complementary color
Monochromatic Colors of #D9222B
Black with #D9222B
Text Example
Text Example
White with #D9222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9222B; }
p { color: rgb(217,34,43); }
H1.HeaderClassName
{
color: #D9222B;
}
.AnyTagClassName
{
color: #D9222B;
}
</style>
background-color css
<style>
a { background-color: #D9222B; }
a { background-color: rgb(217,34,43); }
div.DivClassName
{
background-color: #D9222B;
}
.BgClassName
{
background-color: #D9222B;
}
</style>
border-color css
<style>
span { border-color: #D9222B; }
span { border-color: rgb(217,34,43); }
td.TdClassName
{
border-color: #D9222B;
}
.TagClassName
{
border-color: #D9222B;
}
</style>