Shades of Alizarin #F11D33
Tints of Alizarin #F11D33
RGB
CMYK
RGB Variations
Color information
#F11D33 (or 0xF11D33) is known color: Alizarin. HEX triplet: F1, 1D and 33. RGB value is (241,29,51). Sum of RGB (Red+Green+Blue) = 241+29+51=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11D33 is #0EE2CC. Grayscale: #5F5F5F. Windows color (decimal): -975565 or 3350001. OLE color: 3350001.
HSL color Cylindrical-coordinate representation of color #F11D33: hue angle of 353.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 #F11D33 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 51 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.05 |
| HSL | 353.77º | 0.88% | 0.53% | - |
| HSV(B) | 353.77º | 0.88% | 0.95% | - |
| XYZ | 37.31 | 19.82 | 4.99 | - |
| YUV | 94.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 51 | 0 | 0.88 | 0.79 | 0.05 | 353.77 | 0.88 | 0.53 |
| Hex | F1 | 1D | 33 | 0 | 58 | 4F | 5 | 162 | 58 | 35 |
| Octal | 361 | 35 | 63 | 0 | 130 | 117 | 5 | 542 | 130 | 65 |
| Binary | 11110001 | 11101 | 110011 | 0 | 1011000 | 1001111 | 101 | 101100010 | 1011000 | 110101 |
Color Harmonies of #F11D33
Complementary color
Monochromatic Colors of #F11D33
Black with #F11D33
Text Example
Text Example
White with #F11D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D33; }
p { color: rgb(241,29,51); }
H1.HeaderClassName
{
color: #F11D33;
}
.AnyTagClassName
{
color: #F11D33;
}
</style>
background-color css
<style>
a { background-color: #F11D33; }
a { background-color: rgb(241,29,51); }
div.DivClassName
{
background-color: #F11D33;
}
.BgClassName
{
background-color: #F11D33;
}
</style>
border-color css
<style>
span { border-color: #F11D33; }
span { border-color: rgb(241,29,51); }
td.TdClassName
{
border-color: #F11D33;
}
.TagClassName
{
border-color: #F11D33;
}
</style>