Shades of Alizarin #D8222D
Tints of Alizarin #D8222D
RGB
CMYK
RGB Variations
Color information
#D8222D (or 0xD8222D) is known color: Alizarin. HEX triplet: D8, 22 and 2D. RGB value is (216,34,45). Sum of RGB (Red+Green+Blue) = 216+34+45=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8222D is #27DDD2. Grayscale: #595959. Windows color (decimal): -2612691 or 2958040. OLE color: 2958040.
HSL color Cylindrical-coordinate representation of color #D8222D: hue angle of 356.37º 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 #D8222D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.15 |
| HSL | 356.37º | 0.73% | 0.49% | - |
| HSV(B) | 356.37º | 0.84% | 0.85% | - |
| XYZ | 29.36 | 15.93 | 4.01 | - |
| YUV | 89.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 45 | 0 | 0.84 | 0.79 | 0.15 | 356.37 | 0.73 | 0.49 |
| Hex | D8 | 22 | 2D | 0 | 54 | 4F | F | 164 | 49 | 31 |
| Octal | 330 | 42 | 55 | 0 | 124 | 117 | 17 | 544 | 111 | 61 |
| Binary | 11011000 | 100010 | 101101 | 0 | 1010100 | 1001111 | 1111 | 101100100 | 1001001 | 110001 |
Color Harmonies of #D8222D
Complementary color
Monochromatic Colors of #D8222D
Black with #D8222D
Text Example
Text Example
White with #D8222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8222D; }
p { color: rgb(216,34,45); }
H1.HeaderClassName
{
color: #D8222D;
}
.AnyTagClassName
{
color: #D8222D;
}
</style>
background-color css
<style>
a { background-color: #D8222D; }
a { background-color: rgb(216,34,45); }
div.DivClassName
{
background-color: #D8222D;
}
.BgClassName
{
background-color: #D8222D;
}
</style>
border-color css
<style>
span { border-color: #D8222D; }
span { border-color: rgb(216,34,45); }
td.TdClassName
{
border-color: #D8222D;
}
.TagClassName
{
border-color: #D8222D;
}
</style>