Shades of Alizarin #F11C24
Tints of Alizarin #F11C24
RGB
CMYK
RGB Variations
Color information
#F11C24 (or 0xF11C24) is known color: Alizarin. HEX triplet: F1, 1C and 24. RGB value is (241,28,36). Sum of RGB (Red+Green+Blue) = 241+28+36=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C24 is #0EE3DB. Grayscale: #5C5C5C. Windows color (decimal): -975836 or 2366705. OLE color: 2366705.
HSL color Cylindrical-coordinate representation of color #F11C24: hue angle of 357.75º 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 #F11C24 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 36 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.05 |
| HSL | 357.75º | 0.88% | 0.53% | - |
| HSV(B) | 357.75º | 0.88% | 0.95% | - |
| XYZ | 37.01 | 19.66 | 3.51 | - |
| YUV | 92.6 | 96.07 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 36 | 0 | 0.88 | 0.85 | 0.05 | 357.75 | 0.88 | 0.53 |
| Hex | F1 | 1C | 24 | 0 | 58 | 55 | 5 | 166 | 58 | 35 |
| Octal | 361 | 34 | 44 | 0 | 130 | 125 | 5 | 546 | 130 | 65 |
| Binary | 11110001 | 11100 | 100100 | 0 | 1011000 | 1010101 | 101 | 101100110 | 1011000 | 110101 |
Color Harmonies of #F11C24
Complementary color
Monochromatic Colors of #F11C24
Black with #F11C24
Text Example
Text Example
White with #F11C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C24; }
p { color: rgb(241,28,36); }
H1.HeaderClassName
{
color: #F11C24;
}
.AnyTagClassName
{
color: #F11C24;
}
</style>
background-color css
<style>
a { background-color: #F11C24; }
a { background-color: rgb(241,28,36); }
div.DivClassName
{
background-color: #F11C24;
}
.BgClassName
{
background-color: #F11C24;
}
</style>
border-color css
<style>
span { border-color: #F11C24; }
span { border-color: rgb(241,28,36); }
td.TdClassName
{
border-color: #F11C24;
}
.TagClassName
{
border-color: #F11C24;
}
</style>