Shades of Alizarin #F42022
Tints of Alizarin #F42022
RGB
CMYK
RGB Variations
Color information
#F42022 (or 0xF42022) is known color: Alizarin. HEX triplet: F4, 20 and 22. RGB value is (244,32,34). Sum of RGB (Red+Green+Blue) = 244+32+34=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F42022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42022 is #0BDFDD. Grayscale: #5F5F5F. Windows color (decimal): -778206 or 2236660. OLE color: 2236660.
HSL color Cylindrical-coordinate representation of color #F42022: hue angle of 359.43º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42022 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 34 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.04 |
| HSL | 359.43º | 0.91% | 0.54% | - |
| HSV(B) | 359.43º | 0.87% | 0.96% | - |
| XYZ | 38.11 | 20.38 | 3.44 | - |
| YUV | 95.62 | 93.24 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 34 | 0 | 0.87 | 0.86 | 0.04 | 359.43 | 0.91 | 0.54 |
| Hex | F4 | 20 | 22 | 0 | 57 | 56 | 4 | 167 | 5B | 36 |
| Octal | 364 | 40 | 42 | 0 | 127 | 126 | 4 | 547 | 133 | 66 |
| Binary | 11110100 | 100000 | 100010 | 0 | 1010111 | 1010110 | 100 | 101100111 | 1011011 | 110110 |
Color Harmonies of #F42022
Complementary color
Monochromatic Colors of #F42022
Black with #F42022
Text Example
Text Example
White with #F42022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42022; }
p { color: rgb(244,32,34); }
H1.HeaderClassName
{
color: #F42022;
}
.AnyTagClassName
{
color: #F42022;
}
</style>
background-color css
<style>
a { background-color: #F42022; }
a { background-color: rgb(244,32,34); }
div.DivClassName
{
background-color: #F42022;
}
.BgClassName
{
background-color: #F42022;
}
</style>
border-color css
<style>
span { border-color: #F42022; }
span { border-color: rgb(244,32,34); }
td.TdClassName
{
border-color: #F42022;
}
.TagClassName
{
border-color: #F42022;
}
</style>