Shades of Alizarin #F22223
Tints of Alizarin #F22223
RGB
CMYK
RGB Variations
Color information
#F22223 (or 0xF22223) is known color: Alizarin. HEX triplet: F2, 22 and 23. RGB value is (242,34,35). Sum of RGB (Red+Green+Blue) = 242+34+35=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F22223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22223 is #0DDDDC. Grayscale: #606060. Windows color (decimal): -908765 or 2302706. OLE color: 2302706.
HSL color Cylindrical-coordinate representation of color #F22223: hue angle of 359.71º 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 #F22223 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 359.71º | 0.89% | 0.54% | - |
| HSV(B) | 359.71º | 0.86% | 0.95% | - |
| XYZ | 37.49 | 20.14 | 3.5 | - |
| YUV | 96.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 35 | 0 | 0.86 | 0.86 | 0.05 | 359.71 | 0.89 | 0.54 |
| Hex | F2 | 22 | 23 | 0 | 56 | 56 | 5 | 168 | 59 | 36 |
| Octal | 362 | 42 | 43 | 0 | 126 | 126 | 5 | 550 | 131 | 66 |
| Binary | 11110010 | 100010 | 100011 | 0 | 1010110 | 1010110 | 101 | 101101000 | 1011001 | 110110 |
Color Harmonies of #F22223
Complementary color
Monochromatic Colors of #F22223
Black with #F22223
Text Example
Text Example
White with #F22223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22223; }
p { color: rgb(242,34,35); }
H1.HeaderClassName
{
color: #F22223;
}
.AnyTagClassName
{
color: #F22223;
}
</style>
background-color css
<style>
a { background-color: #F22223; }
a { background-color: rgb(242,34,35); }
div.DivClassName
{
background-color: #F22223;
}
.BgClassName
{
background-color: #F22223;
}
</style>
border-color css
<style>
span { border-color: #F22223; }
span { border-color: rgb(242,34,35); }
td.TdClassName
{
border-color: #F22223;
}
.TagClassName
{
border-color: #F22223;
}
</style>