Shades of Alizarin #F22336
Tints of Alizarin #F22336
RGB
CMYK
RGB Variations
Color information
#F22336 (or 0xF22336) is known color: Alizarin. HEX triplet: F2, 23 and 36. RGB value is (242,35,54). Sum of RGB (Red+Green+Blue) = 242+35+54=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F22336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22336 is #0DDCC9. Grayscale: #636363. Windows color (decimal): -908490 or 3548146. OLE color: 3548146.
HSL color Cylindrical-coordinate representation of color #F22336: hue angle of 354.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22336 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 54 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.05 |
| HSL | 354.49º | 0.89% | 0.54% | - |
| HSV(B) | 354.49º | 0.86% | 0.95% | - |
| XYZ | 37.88 | 20.35 | 5.42 | - |
| YUV | 99.06 | 102.58 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 54 | 0 | 0.86 | 0.78 | 0.05 | 354.49 | 0.89 | 0.54 |
| Hex | F2 | 23 | 36 | 0 | 56 | 4E | 5 | 162 | 59 | 36 |
| Octal | 362 | 43 | 66 | 0 | 126 | 116 | 5 | 542 | 131 | 66 |
| Binary | 11110010 | 100011 | 110110 | 0 | 1010110 | 1001110 | 101 | 101100010 | 1011001 | 110110 |
Color Harmonies of #F22336
Complementary color
Monochromatic Colors of #F22336
Black with #F22336
Text Example
Text Example
White with #F22336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22336; }
p { color: rgb(242,35,54); }
H1.HeaderClassName
{
color: #F22336;
}
.AnyTagClassName
{
color: #F22336;
}
</style>
background-color css
<style>
a { background-color: #F22336; }
a { background-color: rgb(242,35,54); }
div.DivClassName
{
background-color: #F22336;
}
.BgClassName
{
background-color: #F22336;
}
</style>
border-color css
<style>
span { border-color: #F22336; }
span { border-color: rgb(242,35,54); }
td.TdClassName
{
border-color: #F22336;
}
.TagClassName
{
border-color: #F22336;
}
</style>