Shades of Alizarin #F11A1B
Tints of Alizarin #F11A1B
RGB
CMYK
RGB Variations
Color information
#F11A1B (or 0xF11A1B) is known color: Alizarin. HEX triplet: F1, 1A and 1B. RGB value is (241,26,27). Sum of RGB (Red+Green+Blue) = 241+26+27=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A1B is #0EE5E4. Grayscale: #5A5A5A. Windows color (decimal): -976357 or 1776369. OLE color: 1776369.
HSL color Cylindrical-coordinate representation of color #F11A1B: hue angle of 359.72º 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 #F11A1B is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 27 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.05 |
| HSL | 359.72º | 0.88% | 0.52% | - |
| HSV(B) | 359.72º | 0.89% | 0.95% | - |
| XYZ | 36.84 | 19.52 | 2.86 | - |
| YUV | 90.4 | 92.23 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 27 | 0 | 0.89 | 0.89 | 0.05 | 359.72 | 0.88 | 0.52 |
| Hex | F1 | 1A | 1B | 0 | 59 | 59 | 5 | 168 | 58 | 34 |
| Octal | 361 | 32 | 33 | 0 | 131 | 131 | 5 | 550 | 130 | 64 |
| Binary | 11110001 | 11010 | 11011 | 0 | 1011001 | 1011001 | 101 | 101101000 | 1011000 | 110100 |
Color Harmonies of #F11A1B
Complementary color
Monochromatic Colors of #F11A1B
Black with #F11A1B
Text Example
Text Example
White with #F11A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A1B; }
p { color: rgb(241,26,27); }
H1.HeaderClassName
{
color: #F11A1B;
}
.AnyTagClassName
{
color: #F11A1B;
}
</style>
background-color css
<style>
a { background-color: #F11A1B; }
a { background-color: rgb(241,26,27); }
div.DivClassName
{
background-color: #F11A1B;
}
.BgClassName
{
background-color: #F11A1B;
}
</style>
border-color css
<style>
span { border-color: #F11A1B; }
span { border-color: rgb(241,26,27); }
td.TdClassName
{
border-color: #F11A1B;
}
.TagClassName
{
border-color: #F11A1B;
}
</style>