Shades of Alizarin #D6222B
Tints of Alizarin #D6222B
RGB
CMYK
RGB Variations
Color information
#D6222B (or 0xD6222B) is known color: Alizarin. HEX triplet: D6, 22 and 2B. RGB value is (214,34,43). Sum of RGB (Red+Green+Blue) = 214+34+43=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6222B is #29DDD4. Grayscale: #585858. Windows color (decimal): -2743765 or 2826966. OLE color: 2826966.
HSL color Cylindrical-coordinate representation of color #D6222B: hue angle of 357º 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 #D6222B is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 43 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.16 |
| HSL | 357º | 0.73% | 0.49% | - |
| HSV(B) | 357º | 0.84% | 0.84% | - |
| XYZ | 28.74 | 15.61 | 3.78 | - |
| YUV | 88.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 43 | 0 | 0.84 | 0.80 | 0.16 | 357 | 0.73 | 0.49 |
| Hex | D6 | 22 | 2B | 0 | 54 | 50 | 10 | 165 | 49 | 31 |
| Octal | 326 | 42 | 53 | 0 | 124 | 120 | 20 | 545 | 111 | 61 |
| Binary | 11010110 | 100010 | 101011 | 0 | 1010100 | 1010000 | 10000 | 101100101 | 1001001 | 110001 |
Color Harmonies of #D6222B
Complementary color
Monochromatic Colors of #D6222B
Black with #D6222B
Text Example
Text Example
White with #D6222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6222B; }
p { color: rgb(214,34,43); }
H1.HeaderClassName
{
color: #D6222B;
}
.AnyTagClassName
{
color: #D6222B;
}
</style>
background-color css
<style>
a { background-color: #D6222B; }
a { background-color: rgb(214,34,43); }
div.DivClassName
{
background-color: #D6222B;
}
.BgClassName
{
background-color: #D6222B;
}
</style>
border-color css
<style>
span { border-color: #D6222B; }
span { border-color: rgb(214,34,43); }
td.TdClassName
{
border-color: #D6222B;
}
.TagClassName
{
border-color: #D6222B;
}
</style>