Shades of Alizarin #F12029
Tints of Alizarin #F12029
RGB
CMYK
RGB Variations
Color information
#F12029 (or 0xF12029) is known color: Alizarin. HEX triplet: F1, 20 and 29. RGB value is (241,32,41). Sum of RGB (Red+Green+Blue) = 241+32+41=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F12029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12029 is #0EDFD6. Grayscale: #5F5F5F. Windows color (decimal): -974807 or 2695409. OLE color: 2695409.
HSL color Cylindrical-coordinate representation of color #F12029: hue angle of 357.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12029 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 41 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.05 |
| HSL | 357.42º | 0.88% | 0.54% | - |
| HSV(B) | 357.42º | 0.87% | 0.95% | - |
| XYZ | 37.19 | 19.89 | 3.98 | - |
| YUV | 95.52 | 97.24 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 41 | 0 | 0.87 | 0.83 | 0.05 | 357.42 | 0.88 | 0.54 |
| Hex | F1 | 20 | 29 | 0 | 57 | 53 | 5 | 165 | 58 | 36 |
| Octal | 361 | 40 | 51 | 0 | 127 | 123 | 5 | 545 | 130 | 66 |
| Binary | 11110001 | 100000 | 101001 | 0 | 1010111 | 1010011 | 101 | 101100101 | 1011000 | 110110 |
Color Harmonies of #F12029
Complementary color
Monochromatic Colors of #F12029
Black with #F12029
Text Example
Text Example
White with #F12029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12029; }
p { color: rgb(241,32,41); }
H1.HeaderClassName
{
color: #F12029;
}
.AnyTagClassName
{
color: #F12029;
}
</style>
background-color css
<style>
a { background-color: #F12029; }
a { background-color: rgb(241,32,41); }
div.DivClassName
{
background-color: #F12029;
}
.BgClassName
{
background-color: #F12029;
}
</style>
border-color css
<style>
span { border-color: #F12029; }
span { border-color: rgb(241,32,41); }
td.TdClassName
{
border-color: #F12029;
}
.TagClassName
{
border-color: #F12029;
}
</style>