Shades of Alizarin #F12123
Tints of Alizarin #F12123
RGB
CMYK
RGB Variations
Color information
#F12123 (or 0xF12123) is known color: Alizarin. HEX triplet: F1, 21 and 23. RGB value is (241,33,35). Sum of RGB (Red+Green+Blue) = 241+33+35=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12123 is #0EDEDC. Grayscale: #5F5F5F. Windows color (decimal): -974557 or 2302449. OLE color: 2302449.
HSL color Cylindrical-coordinate representation of color #F12123: hue angle of 359.42º 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 #F12123 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 35 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.05 |
| HSL | 359.42º | 0.88% | 0.54% | - |
| HSV(B) | 359.42º | 0.86% | 0.95% | - |
| XYZ | 37.12 | 19.91 | 3.48 | - |
| YUV | 95.42 | 93.91 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 35 | 0 | 0.86 | 0.85 | 0.05 | 359.42 | 0.88 | 0.54 |
| Hex | F1 | 21 | 23 | 0 | 56 | 55 | 5 | 167 | 58 | 36 |
| Octal | 361 | 41 | 43 | 0 | 126 | 125 | 5 | 547 | 130 | 66 |
| Binary | 11110001 | 100001 | 100011 | 0 | 1010110 | 1010101 | 101 | 101100111 | 1011000 | 110110 |
Color Harmonies of #F12123
Complementary color
Monochromatic Colors of #F12123
Black with #F12123
Text Example
Text Example
White with #F12123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12123; }
p { color: rgb(241,33,35); }
H1.HeaderClassName
{
color: #F12123;
}
.AnyTagClassName
{
color: #F12123;
}
</style>
background-color css
<style>
a { background-color: #F12123; }
a { background-color: rgb(241,33,35); }
div.DivClassName
{
background-color: #F12123;
}
.BgClassName
{
background-color: #F12123;
}
</style>
border-color css
<style>
span { border-color: #F12123; }
span { border-color: rgb(241,33,35); }
td.TdClassName
{
border-color: #F12123;
}
.TagClassName
{
border-color: #F12123;
}
</style>