Shades of Alizarin #F11C2B
Tints of Alizarin #F11C2B
RGB
CMYK
RGB Variations
Color information
#F11C2B (or 0xF11C2B) is known color: Alizarin. HEX triplet: F1, 1C and 2B. RGB value is (241,28,43). Sum of RGB (Red+Green+Blue) = 241+28+43=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C2B is #0EE3D4. Grayscale: #5D5D5D. Windows color (decimal): -975829 or 2825457. OLE color: 2825457.
HSL color Cylindrical-coordinate representation of color #F11C2B: hue angle of 355.77º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C2B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 43 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.05 |
| HSL | 355.77º | 0.88% | 0.53% | - |
| HSV(B) | 355.77º | 0.88% | 0.95% | - |
| XYZ | 37.13 | 19.71 | 4.13 | - |
| YUV | 93.4 | 99.57 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 43 | 0 | 0.88 | 0.82 | 0.05 | 355.77 | 0.88 | 0.53 |
| Hex | F1 | 1C | 2B | 0 | 58 | 52 | 5 | 164 | 58 | 35 |
| Octal | 361 | 34 | 53 | 0 | 130 | 122 | 5 | 544 | 130 | 65 |
| Binary | 11110001 | 11100 | 101011 | 0 | 1011000 | 1010010 | 101 | 101100100 | 1011000 | 110101 |
Color Harmonies of #F11C2B
Complementary color
Monochromatic Colors of #F11C2B
Black with #F11C2B
Text Example
Text Example
White with #F11C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C2B; }
p { color: rgb(241,28,43); }
H1.HeaderClassName
{
color: #F11C2B;
}
.AnyTagClassName
{
color: #F11C2B;
}
</style>
background-color css
<style>
a { background-color: #F11C2B; }
a { background-color: rgb(241,28,43); }
div.DivClassName
{
background-color: #F11C2B;
}
.BgClassName
{
background-color: #F11C2B;
}
</style>
border-color css
<style>
span { border-color: #F11C2B; }
span { border-color: rgb(241,28,43); }
td.TdClassName
{
border-color: #F11C2B;
}
.TagClassName
{
border-color: #F11C2B;
}
</style>