Shades of Alizarin #F11D3A
Tints of Alizarin #F11D3A
RGB
CMYK
RGB Variations
Color information
#F11D3A (or 0xF11D3A) is known color: Alizarin. HEX triplet: F1, 1D and 3A. RGB value is (241,29,58). Sum of RGB (Red+Green+Blue) = 241+29+58=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D3A is #0EE2C5. Grayscale: #5F5F5F. Windows color (decimal): -975558 or 3808753. OLE color: 3808753.
HSL color Cylindrical-coordinate representation of color #F11D3A: hue angle of 351.79º 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 #F11D3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.05 |
| HSL | 351.79º | 0.88% | 0.53% | - |
| HSV(B) | 351.79º | 0.88% | 0.95% | - |
| XYZ | 37.48 | 19.88 | 5.87 | - |
| YUV | 95.69 | 106.74 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 58 | 0 | 0.88 | 0.76 | 0.05 | 351.79 | 0.88 | 0.53 |
| Hex | F1 | 1D | 3A | 0 | 58 | 4C | 5 | 160 | 58 | 35 |
| Octal | 361 | 35 | 72 | 0 | 130 | 114 | 5 | 540 | 130 | 65 |
| Binary | 11110001 | 11101 | 111010 | 0 | 1011000 | 1001100 | 101 | 101100000 | 1011000 | 110101 |
Color Harmonies of #F11D3A
Complementary color
Monochromatic Colors of #F11D3A
Black with #F11D3A
Text Example
Text Example
White with #F11D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D3A; }
p { color: rgb(241,29,58); }
H1.HeaderClassName
{
color: #F11D3A;
}
.AnyTagClassName
{
color: #F11D3A;
}
</style>
background-color css
<style>
a { background-color: #F11D3A; }
a { background-color: rgb(241,29,58); }
div.DivClassName
{
background-color: #F11D3A;
}
.BgClassName
{
background-color: #F11D3A;
}
</style>
border-color css
<style>
span { border-color: #F11D3A; }
span { border-color: rgb(241,29,58); }
td.TdClassName
{
border-color: #F11D3A;
}
.TagClassName
{
border-color: #F11D3A;
}
</style>