Shades of Alizarin #F62122
Tints of Alizarin #F62122
RGB
CMYK
RGB Variations
Color information
#F62122 (or 0xF62122) is known color: Alizarin. HEX triplet: F6, 21 and 22. RGB value is (246,33,34). Sum of RGB (Red+Green+Blue) = 246+33+34=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F62122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62122 is #09DEDD. Grayscale: #616161. Windows color (decimal): -646878 or 2236918. OLE color: 2236918.
HSL color Cylindrical-coordinate representation of color #F62122: hue angle of 359.72º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62122 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 34 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.04 |
| HSL | 359.72º | 0.92% | 0.55% | - |
| HSV(B) | 359.72º | 0.87% | 0.96% | - |
| XYZ | 38.84 | 20.8 | 3.48 | - |
| YUV | 96.8 | 92.57 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 34 | 0 | 0.87 | 0.86 | 0.04 | 359.72 | 0.92 | 0.55 |
| Hex | F6 | 21 | 22 | 0 | 57 | 56 | 4 | 168 | 5C | 37 |
| Octal | 366 | 41 | 42 | 0 | 127 | 126 | 4 | 550 | 134 | 67 |
| Binary | 11110110 | 100001 | 100010 | 0 | 1010111 | 1010110 | 100 | 101101000 | 1011100 | 110111 |
Color Harmonies of #F62122
Complementary color
Monochromatic Colors of #F62122
Black with #F62122
Text Example
Text Example
White with #F62122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62122; }
p { color: rgb(246,33,34); }
H1.HeaderClassName
{
color: #F62122;
}
.AnyTagClassName
{
color: #F62122;
}
</style>
background-color css
<style>
a { background-color: #F62122; }
a { background-color: rgb(246,33,34); }
div.DivClassName
{
background-color: #F62122;
}
.BgClassName
{
background-color: #F62122;
}
</style>
border-color css
<style>
span { border-color: #F62122; }
span { border-color: rgb(246,33,34); }
td.TdClassName
{
border-color: #F62122;
}
.TagClassName
{
border-color: #F62122;
}
</style>