Shades of Alizarin #F11F29
Tints of Alizarin #F11F29
RGB
CMYK
RGB Variations
Color information
#F11F29 (or 0xF11F29) is known color: Alizarin. HEX triplet: F1, 1F and 29. RGB value is (241,31,41). Sum of RGB (Red+Green+Blue) = 241+31+41=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11F29 is #0EE0D6. Grayscale: #5F5F5F. Windows color (decimal): -975063 or 2695153. OLE color: 2695153.
HSL color Cylindrical-coordinate representation of color #F11F29: hue angle of 357.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F29 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 41 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.05 |
| HSL | 357.14º | 0.88% | 0.53% | - |
| HSV(B) | 357.14º | 0.87% | 0.95% | - |
| XYZ | 37.17 | 19.84 | 3.97 | - |
| YUV | 94.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 41 | 0 | 0.87 | 0.83 | 0.05 | 357.14 | 0.88 | 0.53 |
| Hex | F1 | 1F | 29 | 0 | 57 | 53 | 5 | 165 | 58 | 35 |
| Octal | 361 | 37 | 51 | 0 | 127 | 123 | 5 | 545 | 130 | 65 |
| Binary | 11110001 | 11111 | 101001 | 0 | 1010111 | 1010011 | 101 | 101100101 | 1011000 | 110101 |
Color Harmonies of #F11F29
Complementary color
Monochromatic Colors of #F11F29
Black with #F11F29
Text Example
Text Example
White with #F11F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F29; }
p { color: rgb(241,31,41); }
H1.HeaderClassName
{
color: #F11F29;
}
.AnyTagClassName
{
color: #F11F29;
}
</style>
background-color css
<style>
a { background-color: #F11F29; }
a { background-color: rgb(241,31,41); }
div.DivClassName
{
background-color: #F11F29;
}
.BgClassName
{
background-color: #F11F29;
}
</style>
border-color css
<style>
span { border-color: #F11F29; }
span { border-color: rgb(241,31,41); }
td.TdClassName
{
border-color: #F11F29;
}
.TagClassName
{
border-color: #F11F29;
}
</style>