Shades of Alizarin #F11C3E
Tints of Alizarin #F11C3E
RGB
CMYK
RGB Variations
Color information
#F11C3E (or 0xF11C3E) is known color: Alizarin. HEX triplet: F1, 1C and 3E. RGB value is (241,28,62). Sum of RGB (Red+Green+Blue) = 241+28+62=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C3E is #0EE3C1. Grayscale: #5F5F5F. Windows color (decimal): -975810 or 4070641. OLE color: 4070641.
HSL color Cylindrical-coordinate representation of color #F11C3E: hue angle of 350.42º 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 #F11C3E is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 62 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.05 |
| HSL | 350.42º | 0.88% | 0.53% | - |
| HSV(B) | 350.42º | 0.88% | 0.95% | - |
| XYZ | 37.56 | 19.88 | 6.41 | - |
| YUV | 95.56 | 109.07 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 62 | 0 | 0.88 | 0.74 | 0.05 | 350.42 | 0.88 | 0.53 |
| Hex | F1 | 1C | 3E | 0 | 58 | 4A | 5 | 15E | 58 | 35 |
| Octal | 361 | 34 | 76 | 0 | 130 | 112 | 5 | 536 | 130 | 65 |
| Binary | 11110001 | 11100 | 111110 | 0 | 1011000 | 1001010 | 101 | 101011110 | 1011000 | 110101 |
Color Harmonies of #F11C3E
Complementary color
Monochromatic Colors of #F11C3E
Black with #F11C3E
Text Example
Text Example
White with #F11C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C3E; }
p { color: rgb(241,28,62); }
H1.HeaderClassName
{
color: #F11C3E;
}
.AnyTagClassName
{
color: #F11C3E;
}
</style>
background-color css
<style>
a { background-color: #F11C3E; }
a { background-color: rgb(241,28,62); }
div.DivClassName
{
background-color: #F11C3E;
}
.BgClassName
{
background-color: #F11C3E;
}
</style>
border-color css
<style>
span { border-color: #F11C3E; }
span { border-color: rgb(241,28,62); }
td.TdClassName
{
border-color: #F11C3E;
}
.TagClassName
{
border-color: #F11C3E;
}
</style>