Shades of Alizarin #F11A1F
Tints of Alizarin #F11A1F
RGB
CMYK
RGB Variations
Color information
#F11A1F (or 0xF11A1F) is known color: Alizarin. HEX triplet: F1, 1A and 1F. RGB value is (241,26,31). Sum of RGB (Red+Green+Blue) = 241+26+31=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A1F is #0EE5E0. Grayscale: #5B5B5B. Windows color (decimal): -976353 or 2038513. OLE color: 2038513.
HSL color Cylindrical-coordinate representation of color #F11A1F: hue angle of 358.6º 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 #F11A1F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 31 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.05 |
| HSL | 358.6º | 0.88% | 0.52% | - |
| HSV(B) | 358.6º | 0.89% | 0.95% | - |
| XYZ | 36.89 | 19.54 | 3.12 | - |
| YUV | 90.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 31 | 0 | 0.89 | 0.87 | 0.05 | 358.6 | 0.88 | 0.52 |
| Hex | F1 | 1A | 1F | 0 | 59 | 57 | 5 | 167 | 58 | 34 |
| Octal | 361 | 32 | 37 | 0 | 131 | 127 | 5 | 547 | 130 | 64 |
| Binary | 11110001 | 11010 | 11111 | 0 | 1011001 | 1010111 | 101 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F11A1F
Complementary color
Monochromatic Colors of #F11A1F
Black with #F11A1F
Text Example
Text Example
White with #F11A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A1F; }
p { color: rgb(241,26,31); }
H1.HeaderClassName
{
color: #F11A1F;
}
.AnyTagClassName
{
color: #F11A1F;
}
</style>
background-color css
<style>
a { background-color: #F11A1F; }
a { background-color: rgb(241,26,31); }
div.DivClassName
{
background-color: #F11A1F;
}
.BgClassName
{
background-color: #F11A1F;
}
</style>
border-color css
<style>
span { border-color: #F11A1F; }
span { border-color: rgb(241,26,31); }
td.TdClassName
{
border-color: #F11A1F;
}
.TagClassName
{
border-color: #F11A1F;
}
</style>