Shades of Alizarin #F12223
Tints of Alizarin #F12223
RGB
CMYK
RGB Variations
Color information
#F12223 (or 0xF12223) is known color: Alizarin. HEX triplet: F1, 22 and 23. RGB value is (241,34,35). Sum of RGB (Red+Green+Blue) = 241+34+35=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F12223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12223 is #0EDDDC. Grayscale: #606060. Windows color (decimal): -974301 or 2302705. OLE color: 2302705.
HSL color Cylindrical-coordinate representation of color #F12223: hue angle of 359.71º degrees, saturation: 0.88, 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 #F12223 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 35 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.05 |
| HSL | 359.71º | 0.88% | 0.54% | - |
| HSV(B) | 359.71º | 0.86% | 0.95% | - |
| XYZ | 37.15 | 19.97 | 3.49 | - |
| YUV | 96.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 35 | 0 | 0.86 | 0.85 | 0.05 | 359.71 | 0.88 | 0.54 |
| Hex | F1 | 22 | 23 | 0 | 56 | 55 | 5 | 168 | 58 | 36 |
| Octal | 361 | 42 | 43 | 0 | 126 | 125 | 5 | 550 | 130 | 66 |
| Binary | 11110001 | 100010 | 100011 | 0 | 1010110 | 1010101 | 101 | 101101000 | 1011000 | 110110 |
Color Harmonies of #F12223
Complementary color
Monochromatic Colors of #F12223
Black with #F12223
Text Example
Text Example
White with #F12223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12223; }
p { color: rgb(241,34,35); }
H1.HeaderClassName
{
color: #F12223;
}
.AnyTagClassName
{
color: #F12223;
}
</style>
background-color css
<style>
a { background-color: #F12223; }
a { background-color: rgb(241,34,35); }
div.DivClassName
{
background-color: #F12223;
}
.BgClassName
{
background-color: #F12223;
}
</style>
border-color css
<style>
span { border-color: #F12223; }
span { border-color: rgb(241,34,35); }
td.TdClassName
{
border-color: #F12223;
}
.TagClassName
{
border-color: #F12223;
}
</style>