Shades of Alizarin #F0191B
Tints of Alizarin #F0191B
RGB
CMYK
RGB Variations
Color information
#F0191B (or 0xF0191B) is known color: Alizarin. HEX triplet: F0, 19 and 1B. RGB value is (240,25,27). Sum of RGB (Red+Green+Blue) = 240+25+27=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0191B is #0FE6E4. Grayscale: #595959. Windows color (decimal): -1042149 or 1776112. OLE color: 1776112.
HSL color Cylindrical-coordinate representation of color #F0191B: hue angle of 359.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0191B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.06 |
| HSL | 359.44º | 0.88% | 0.52% | - |
| HSV(B) | 359.44º | 0.9% | 0.94% | - |
| XYZ | 36.48 | 19.3 | 2.84 | - |
| YUV | 89.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 27 | 0 | 0.90 | 0.89 | 0.06 | 359.44 | 0.88 | 0.52 |
| Hex | F0 | 19 | 1B | 0 | 5A | 59 | 6 | 167 | 58 | 34 |
| Octal | 360 | 31 | 33 | 0 | 132 | 131 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 11001 | 11011 | 0 | 1011010 | 1011001 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F0191B
Complementary color
Monochromatic Colors of #F0191B
Black with #F0191B
Text Example
Text Example
White with #F0191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0191B; }
p { color: rgb(240,25,27); }
H1.HeaderClassName
{
color: #F0191B;
}
.AnyTagClassName
{
color: #F0191B;
}
</style>
background-color css
<style>
a { background-color: #F0191B; }
a { background-color: rgb(240,25,27); }
div.DivClassName
{
background-color: #F0191B;
}
.BgClassName
{
background-color: #F0191B;
}
</style>
border-color css
<style>
span { border-color: #F0191B; }
span { border-color: rgb(240,25,27); }
td.TdClassName
{
border-color: #F0191B;
}
.TagClassName
{
border-color: #F0191B;
}
</style>