Shades of Alizarin #F8222C
Tints of Alizarin #F8222C
RGB
CMYK
RGB Variations
Color information
#F8222C (or 0xF8222C) is known color: Alizarin. HEX triplet: F8, 22 and 2C. RGB value is (248,34,44). Sum of RGB (Red+Green+Blue) = 248+34+44=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8222C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8222C is #07DDD3. Grayscale: #636363. Windows color (decimal): -515540 or 2892536. OLE color: 2892536.
HSL color Cylindrical-coordinate representation of color #F8222C: hue angle of 357.2º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8222C is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 44 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.03 |
| HSL | 357.2º | 0.94% | 0.55% | - |
| HSV(B) | 357.2º | 0.86% | 0.97% | - |
| XYZ | 39.74 | 21.28 | 4.4 | - |
| YUV | 99.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 44 | 0 | 0.86 | 0.82 | 0.03 | 357.2 | 0.94 | 0.55 |
| Hex | F8 | 22 | 2C | 0 | 56 | 52 | 3 | 165 | 5E | 37 |
| Octal | 370 | 42 | 54 | 0 | 126 | 122 | 3 | 545 | 136 | 67 |
| Binary | 11111000 | 100010 | 101100 | 0 | 1010110 | 1010010 | 11 | 101100101 | 1011110 | 110111 |
Color Harmonies of #F8222C
Complementary color
Monochromatic Colors of #F8222C
Black with #F8222C
Text Example
Text Example
White with #F8222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8222C; }
p { color: rgb(248,34,44); }
H1.HeaderClassName
{
color: #F8222C;
}
.AnyTagClassName
{
color: #F8222C;
}
</style>
background-color css
<style>
a { background-color: #F8222C; }
a { background-color: rgb(248,34,44); }
div.DivClassName
{
background-color: #F8222C;
}
.BgClassName
{
background-color: #F8222C;
}
</style>
border-color css
<style>
span { border-color: #F8222C; }
span { border-color: rgb(248,34,44); }
td.TdClassName
{
border-color: #F8222C;
}
.TagClassName
{
border-color: #F8222C;
}
</style>