Shades of Alizarin #F11A1D
Tints of Alizarin #F11A1D
RGB
CMYK
RGB Variations
Color information
#F11A1D (or 0xF11A1D) is known color: Alizarin. HEX triplet: F1, 1A and 1D. RGB value is (241,26,29). Sum of RGB (Red+Green+Blue) = 241+26+29=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11A1D is #0EE5E2. Grayscale: #5A5A5A. Windows color (decimal): -976355 or 1907441. OLE color: 1907441.
HSL color Cylindrical-coordinate representation of color #F11A1D: hue angle of 359.16º 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 #F11A1D is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 29 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.05 |
| HSL | 359.16º | 0.88% | 0.52% | - |
| HSV(B) | 359.16º | 0.89% | 0.95% | - |
| XYZ | 36.87 | 19.53 | 2.99 | - |
| YUV | 90.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 29 | 0 | 0.89 | 0.88 | 0.05 | 359.16 | 0.88 | 0.52 |
| Hex | F1 | 1A | 1D | 0 | 59 | 58 | 5 | 167 | 58 | 34 |
| Octal | 361 | 32 | 35 | 0 | 131 | 130 | 5 | 547 | 130 | 64 |
| Binary | 11110001 | 11010 | 11101 | 0 | 1011001 | 1011000 | 101 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F11A1D
Complementary color
Monochromatic Colors of #F11A1D
Black with #F11A1D
Text Example
Text Example
White with #F11A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A1D; }
p { color: rgb(241,26,29); }
H1.HeaderClassName
{
color: #F11A1D;
}
.AnyTagClassName
{
color: #F11A1D;
}
</style>
background-color css
<style>
a { background-color: #F11A1D; }
a { background-color: rgb(241,26,29); }
div.DivClassName
{
background-color: #F11A1D;
}
.BgClassName
{
background-color: #F11A1D;
}
</style>
border-color css
<style>
span { border-color: #F11A1D; }
span { border-color: rgb(241,26,29); }
td.TdClassName
{
border-color: #F11A1D;
}
.TagClassName
{
border-color: #F11A1D;
}
</style>