Shades of Alizarin #F11C3C
Tints of Alizarin #F11C3C
RGB
CMYK
RGB Variations
Color information
#F11C3C (or 0xF11C3C) is known color: Alizarin. HEX triplet: F1, 1C and 3C. RGB value is (241,28,60). Sum of RGB (Red+Green+Blue) = 241+28+60=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C3C is #0EE3C3. Grayscale: #5F5F5F. Windows color (decimal): -975812 or 3939569. OLE color: 3939569.
HSL color Cylindrical-coordinate representation of color #F11C3C: hue angle of 350.99º 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 #F11C3C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 60 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.05 |
| HSL | 350.99º | 0.88% | 0.53% | - |
| HSV(B) | 350.99º | 0.88% | 0.95% | - |
| XYZ | 37.51 | 19.86 | 6.13 | - |
| YUV | 95.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 60 | 0 | 0.88 | 0.75 | 0.05 | 350.99 | 0.88 | 0.53 |
| Hex | F1 | 1C | 3C | 0 | 58 | 4B | 5 | 15F | 58 | 35 |
| Octal | 361 | 34 | 74 | 0 | 130 | 113 | 5 | 537 | 130 | 65 |
| Binary | 11110001 | 11100 | 111100 | 0 | 1011000 | 1001011 | 101 | 101011111 | 1011000 | 110101 |
Color Harmonies of #F11C3C
Complementary color
Monochromatic Colors of #F11C3C
Black with #F11C3C
Text Example
Text Example
White with #F11C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C3C; }
p { color: rgb(241,28,60); }
H1.HeaderClassName
{
color: #F11C3C;
}
.AnyTagClassName
{
color: #F11C3C;
}
</style>
background-color css
<style>
a { background-color: #F11C3C; }
a { background-color: rgb(241,28,60); }
div.DivClassName
{
background-color: #F11C3C;
}
.BgClassName
{
background-color: #F11C3C;
}
</style>
border-color css
<style>
span { border-color: #F11C3C; }
span { border-color: rgb(241,28,60); }
td.TdClassName
{
border-color: #F11C3C;
}
.TagClassName
{
border-color: #F11C3C;
}
</style>