Shades of Alizarin #F12228
Tints of Alizarin #F12228
RGB
CMYK
RGB Variations
Color information
#F12228 (or 0xF12228) is known color: Alizarin. HEX triplet: F1, 22 and 28. RGB value is (241,34,40). Sum of RGB (Red+Green+Blue) = 241+34+40=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F12228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12228 is #0EDDD7. Grayscale: #606060. Windows color (decimal): -974296 or 2630385. OLE color: 2630385.
HSL color Cylindrical-coordinate representation of color #F12228: hue angle of 358.26º 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 #F12228 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.05 |
| HSL | 358.26º | 0.88% | 0.54% | - |
| HSV(B) | 358.26º | 0.86% | 0.95% | - |
| XYZ | 37.23 | 20 | 3.91 | - |
| YUV | 96.58 | 96.08 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 40 | 0 | 0.86 | 0.83 | 0.05 | 358.26 | 0.88 | 0.54 |
| Hex | F1 | 22 | 28 | 0 | 56 | 53 | 5 | 166 | 58 | 36 |
| Octal | 361 | 42 | 50 | 0 | 126 | 123 | 5 | 546 | 130 | 66 |
| Binary | 11110001 | 100010 | 101000 | 0 | 1010110 | 1010011 | 101 | 101100110 | 1011000 | 110110 |
Color Harmonies of #F12228
Complementary color
Monochromatic Colors of #F12228
Black with #F12228
Text Example
Text Example
White with #F12228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12228; }
p { color: rgb(241,34,40); }
H1.HeaderClassName
{
color: #F12228;
}
.AnyTagClassName
{
color: #F12228;
}
</style>
background-color css
<style>
a { background-color: #F12228; }
a { background-color: rgb(241,34,40); }
div.DivClassName
{
background-color: #F12228;
}
.BgClassName
{
background-color: #F12228;
}
</style>
border-color css
<style>
span { border-color: #F12228; }
span { border-color: rgb(241,34,40); }
td.TdClassName
{
border-color: #F12228;
}
.TagClassName
{
border-color: #F12228;
}
</style>