Shades of Alizarin #D6222D
Tints of Alizarin #D6222D
RGB
CMYK
RGB Variations
Color information
#D6222D (or 0xD6222D) is known color: Alizarin. HEX triplet: D6, 22 and 2D. RGB value is (214,34,45). Sum of RGB (Red+Green+Blue) = 214+34+45=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6222D is #29DDD2. Grayscale: #595959. Windows color (decimal): -2743763 or 2958038. OLE color: 2958038.
HSL color Cylindrical-coordinate representation of color #D6222D: hue angle of 356.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D6222D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.16 |
| HSL | 356.33º | 0.73% | 0.49% | - |
| HSV(B) | 356.33º | 0.84% | 0.84% | - |
| XYZ | 28.78 | 15.63 | 3.98 | - |
| YUV | 89.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 45 | 0 | 0.84 | 0.79 | 0.16 | 356.33 | 0.73 | 0.49 |
| Hex | D6 | 22 | 2D | 0 | 54 | 4F | 10 | 164 | 49 | 31 |
| Octal | 326 | 42 | 55 | 0 | 124 | 117 | 20 | 544 | 111 | 61 |
| Binary | 11010110 | 100010 | 101101 | 0 | 1010100 | 1001111 | 10000 | 101100100 | 1001001 | 110001 |
Color Harmonies of #D6222D
Complementary color
Monochromatic Colors of #D6222D
Black with #D6222D
Text Example
Text Example
White with #D6222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6222D; }
p { color: rgb(214,34,45); }
H1.HeaderClassName
{
color: #D6222D;
}
.AnyTagClassName
{
color: #D6222D;
}
</style>
background-color css
<style>
a { background-color: #D6222D; }
a { background-color: rgb(214,34,45); }
div.DivClassName
{
background-color: #D6222D;
}
.BgClassName
{
background-color: #D6222D;
}
</style>
border-color css
<style>
span { border-color: #D6222D; }
span { border-color: rgb(214,34,45); }
td.TdClassName
{
border-color: #D6222D;
}
.TagClassName
{
border-color: #D6222D;
}
</style>