Shades of Alizarin #F11A20
Tints of Alizarin #F11A20
RGB
CMYK
RGB Variations
Color information
#F11A20 (or 0xF11A20) is known color: Alizarin. HEX triplet: F1, 1A and 20. RGB value is (241,26,32). Sum of RGB (Red+Green+Blue) = 241+26+32=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A20 is #0EE5DF. Grayscale: #5B5B5B. Windows color (decimal): -976352 or 2104049. OLE color: 2104049.
HSL color Cylindrical-coordinate representation of color #F11A20: hue angle of 358.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A20 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 32 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.05 |
| HSL | 358.33º | 0.88% | 0.52% | - |
| HSV(B) | 358.33º | 0.89% | 0.95% | - |
| XYZ | 36.91 | 19.54 | 3.19 | - |
| YUV | 90.97 | 94.73 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 32 | 0 | 0.89 | 0.87 | 0.05 | 358.33 | 0.88 | 0.52 |
| Hex | F1 | 1A | 20 | 0 | 59 | 57 | 5 | 166 | 58 | 34 |
| Octal | 361 | 32 | 40 | 0 | 131 | 127 | 5 | 546 | 130 | 64 |
| Binary | 11110001 | 11010 | 100000 | 0 | 1011001 | 1010111 | 101 | 101100110 | 1011000 | 110100 |
Color Harmonies of #F11A20
Complementary color
Monochromatic Colors of #F11A20
Black with #F11A20
Text Example
Text Example
White with #F11A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A20; }
p { color: rgb(241,26,32); }
H1.HeaderClassName
{
color: #F11A20;
}
.AnyTagClassName
{
color: #F11A20;
}
</style>
background-color css
<style>
a { background-color: #F11A20; }
a { background-color: rgb(241,26,32); }
div.DivClassName
{
background-color: #F11A20;
}
.BgClassName
{
background-color: #F11A20;
}
</style>
border-color css
<style>
span { border-color: #F11A20; }
span { border-color: rgb(241,26,32); }
td.TdClassName
{
border-color: #F11A20;
}
.TagClassName
{
border-color: #F11A20;
}
</style>