Shades of Alizarin #F11B2C
Tints of Alizarin #F11B2C
RGB
CMYK
RGB Variations
Color information
#F11B2C (or 0xF11B2C) is known color: Alizarin. HEX triplet: F1, 1B and 2C. RGB value is (241,27,44). Sum of RGB (Red+Green+Blue) = 241+27+44=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11B2C is #0EE4D3. Grayscale: #5D5D5D. Windows color (decimal): -976084 or 2890737. OLE color: 2890737.
HSL color Cylindrical-coordinate representation of color #F11B2C: hue angle of 355.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B2C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 44 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.05 |
| HSL | 355.23º | 0.88% | 0.53% | - |
| HSV(B) | 355.23º | 0.89% | 0.95% | - |
| XYZ | 37.12 | 19.67 | 4.22 | - |
| YUV | 92.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 44 | 0 | 0.89 | 0.82 | 0.05 | 355.23 | 0.88 | 0.53 |
| Hex | F1 | 1B | 2C | 0 | 59 | 52 | 5 | 163 | 58 | 35 |
| Octal | 361 | 33 | 54 | 0 | 131 | 122 | 5 | 543 | 130 | 65 |
| Binary | 11110001 | 11011 | 101100 | 0 | 1011001 | 1010010 | 101 | 101100011 | 1011000 | 110101 |
Color Harmonies of #F11B2C
Complementary color
Monochromatic Colors of #F11B2C
Black with #F11B2C
Text Example
Text Example
White with #F11B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B2C; }
p { color: rgb(241,27,44); }
H1.HeaderClassName
{
color: #F11B2C;
}
.AnyTagClassName
{
color: #F11B2C;
}
</style>
background-color css
<style>
a { background-color: #F11B2C; }
a { background-color: rgb(241,27,44); }
div.DivClassName
{
background-color: #F11B2C;
}
.BgClassName
{
background-color: #F11B2C;
}
</style>
border-color css
<style>
span { border-color: #F11B2C; }
span { border-color: rgb(241,27,44); }
td.TdClassName
{
border-color: #F11B2C;
}
.TagClassName
{
border-color: #F11B2C;
}
</style>