Shades of Alizarin #D9223E
Tints of Alizarin #D9223E
RGB
CMYK
RGB Variations
Color information
#D9223E (or 0xD9223E) is known color: Alizarin. HEX triplet: D9, 22 and 3E. RGB value is (217,34,62). Sum of RGB (Red+Green+Blue) = 217+34+62=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9223E is #26DDC1. Grayscale: #5B5B5B. Windows color (decimal): -2547138 or 4072153. OLE color: 4072153.
HSL color Cylindrical-coordinate representation of color #D9223E: hue angle of 350.82º 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 #D9223E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 62 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.15 |
| HSL | 350.82º | 0.73% | 0.49% | - |
| HSV(B) | 350.82º | 0.84% | 0.85% | - |
| XYZ | 30.06 | 16.24 | 6.11 | - |
| YUV | 91.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 62 | 0 | 0.84 | 0.71 | 0.15 | 350.82 | 0.73 | 0.49 |
| Hex | D9 | 22 | 3E | 0 | 54 | 47 | F | 15F | 49 | 31 |
| Octal | 331 | 42 | 76 | 0 | 124 | 107 | 17 | 537 | 111 | 61 |
| Binary | 11011001 | 100010 | 111110 | 0 | 1010100 | 1000111 | 1111 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D9223E
Complementary color
Monochromatic Colors of #D9223E
Black with #D9223E
Text Example
Text Example
White with #D9223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9223E; }
p { color: rgb(217,34,62); }
H1.HeaderClassName
{
color: #D9223E;
}
.AnyTagClassName
{
color: #D9223E;
}
</style>
background-color css
<style>
a { background-color: #D9223E; }
a { background-color: rgb(217,34,62); }
div.DivClassName
{
background-color: #D9223E;
}
.BgClassName
{
background-color: #D9223E;
}
</style>
border-color css
<style>
span { border-color: #D9223E; }
span { border-color: rgb(217,34,62); }
td.TdClassName
{
border-color: #D9223E;
}
.TagClassName
{
border-color: #D9223E;
}
</style>