Shades of Alizarin #F11D29
Tints of Alizarin #F11D29
RGB
CMYK
RGB Variations
Color information
#F11D29 (or 0xF11D29) is known color: Alizarin. HEX triplet: F1, 1D and 29. RGB value is (241,29,41). Sum of RGB (Red+Green+Blue) = 241+29+41=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D29 is #0EE2D6. Grayscale: #5D5D5D. Windows color (decimal): -975575 or 2694641. OLE color: 2694641.
HSL color Cylindrical-coordinate representation of color #F11D29: hue angle of 356.6º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11D29 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 41 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.05 |
| HSL | 356.6º | 0.88% | 0.53% | - |
| HSV(B) | 356.6º | 0.88% | 0.95% | - |
| XYZ | 37.12 | 19.74 | 3.95 | - |
| YUV | 93.76 | 98.24 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 41 | 0 | 0.88 | 0.83 | 0.05 | 356.6 | 0.88 | 0.53 |
| Hex | F1 | 1D | 29 | 0 | 58 | 53 | 5 | 165 | 58 | 35 |
| Octal | 361 | 35 | 51 | 0 | 130 | 123 | 5 | 545 | 130 | 65 |
| Binary | 11110001 | 11101 | 101001 | 0 | 1011000 | 1010011 | 101 | 101100101 | 1011000 | 110101 |
Color Harmonies of #F11D29
Complementary color
Monochromatic Colors of #F11D29
Black with #F11D29
Text Example
Text Example
White with #F11D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D29; }
p { color: rgb(241,29,41); }
H1.HeaderClassName
{
color: #F11D29;
}
.AnyTagClassName
{
color: #F11D29;
}
</style>
background-color css
<style>
a { background-color: #F11D29; }
a { background-color: rgb(241,29,41); }
div.DivClassName
{
background-color: #F11D29;
}
.BgClassName
{
background-color: #F11D29;
}
</style>
border-color css
<style>
span { border-color: #F11D29; }
span { border-color: rgb(241,29,41); }
td.TdClassName
{
border-color: #F11D29;
}
.TagClassName
{
border-color: #F11D29;
}
</style>