Shades of Alizarin #F11A1E
Tints of Alizarin #F11A1E
RGB
CMYK
RGB Variations
Color information
#F11A1E (or 0xF11A1E) is known color: Alizarin. HEX triplet: F1, 1A and 1E. RGB value is (241,26,30). Sum of RGB (Red+Green+Blue) = 241+26+30=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A1E is #0EE5E1. Grayscale: #5A5A5A. Windows color (decimal): -976354 or 1972977. OLE color: 1972977.
HSL color Cylindrical-coordinate representation of color #F11A1E: hue angle of 358.88º 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 #F11A1E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 30 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.05 |
| HSL | 358.88º | 0.88% | 0.52% | - |
| HSV(B) | 358.88º | 0.89% | 0.95% | - |
| XYZ | 36.88 | 19.53 | 3.05 | - |
| YUV | 90.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 30 | 0 | 0.89 | 0.88 | 0.05 | 358.88 | 0.88 | 0.52 |
| Hex | F1 | 1A | 1E | 0 | 59 | 58 | 5 | 167 | 58 | 34 |
| Octal | 361 | 32 | 36 | 0 | 131 | 130 | 5 | 547 | 130 | 64 |
| Binary | 11110001 | 11010 | 11110 | 0 | 1011001 | 1011000 | 101 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F11A1E
Complementary color
Monochromatic Colors of #F11A1E
Black with #F11A1E
Text Example
Text Example
White with #F11A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A1E; }
p { color: rgb(241,26,30); }
H1.HeaderClassName
{
color: #F11A1E;
}
.AnyTagClassName
{
color: #F11A1E;
}
</style>
background-color css
<style>
a { background-color: #F11A1E; }
a { background-color: rgb(241,26,30); }
div.DivClassName
{
background-color: #F11A1E;
}
.BgClassName
{
background-color: #F11A1E;
}
</style>
border-color css
<style>
span { border-color: #F11A1E; }
span { border-color: rgb(241,26,30); }
td.TdClassName
{
border-color: #F11A1E;
}
.TagClassName
{
border-color: #F11A1E;
}
</style>