Shades of Alizarin #F11D3C
Tints of Alizarin #F11D3C
RGB
CMYK
RGB Variations
Color information
#F11D3C (or 0xF11D3C) is known color: Alizarin. HEX triplet: F1, 1D and 3C. RGB value is (241,29,60). Sum of RGB (Red+Green+Blue) = 241+29+60=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D3C is #0EE2C3. Grayscale: #606060. Windows color (decimal): -975556 or 3939825. OLE color: 3939825.
HSL color Cylindrical-coordinate representation of color #F11D3C: hue angle of 351.23º 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 #F11D3C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 60 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.05 |
| HSL | 351.23º | 0.88% | 0.53% | - |
| HSV(B) | 351.23º | 0.88% | 0.95% | - |
| XYZ | 37.53 | 19.91 | 6.14 | - |
| YUV | 95.92 | 107.74 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 60 | 0 | 0.88 | 0.75 | 0.05 | 351.23 | 0.88 | 0.53 |
| Hex | F1 | 1D | 3C | 0 | 58 | 4B | 5 | 15F | 58 | 35 |
| Octal | 361 | 35 | 74 | 0 | 130 | 113 | 5 | 537 | 130 | 65 |
| Binary | 11110001 | 11101 | 111100 | 0 | 1011000 | 1001011 | 101 | 101011111 | 1011000 | 110101 |
Color Harmonies of #F11D3C
Complementary color
Monochromatic Colors of #F11D3C
Black with #F11D3C
Text Example
Text Example
White with #F11D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D3C; }
p { color: rgb(241,29,60); }
H1.HeaderClassName
{
color: #F11D3C;
}
.AnyTagClassName
{
color: #F11D3C;
}
</style>
background-color css
<style>
a { background-color: #F11D3C; }
a { background-color: rgb(241,29,60); }
div.DivClassName
{
background-color: #F11D3C;
}
.BgClassName
{
background-color: #F11D3C;
}
</style>
border-color css
<style>
span { border-color: #F11D3C; }
span { border-color: rgb(241,29,60); }
td.TdClassName
{
border-color: #F11D3C;
}
.TagClassName
{
border-color: #F11D3C;
}
</style>