Shades of Alizarin #F0191C
Tints of Alizarin #F0191C
RGB
CMYK
RGB Variations
Color information
#F0191C (or 0xF0191C) is known color: Alizarin. HEX triplet: F0, 19 and 1C. RGB value is (240,25,28). Sum of RGB (Red+Green+Blue) = 240+25+28=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0191C is #0FE6E3. Grayscale: #595959. Windows color (decimal): -1042148 or 1841648. OLE color: 1841648.
HSL color Cylindrical-coordinate representation of color #F0191C: hue angle of 359.16º 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 #F0191C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.06 |
| HSL | 359.16º | 0.88% | 0.52% | - |
| HSV(B) | 359.16º | 0.9% | 0.94% | - |
| XYZ | 36.49 | 19.3 | 2.9 | - |
| YUV | 89.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 28 | 0 | 0.90 | 0.88 | 0.06 | 359.16 | 0.88 | 0.52 |
| Hex | F0 | 19 | 1C | 0 | 5A | 58 | 6 | 167 | 58 | 34 |
| Octal | 360 | 31 | 34 | 0 | 132 | 130 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 11001 | 11100 | 0 | 1011010 | 1011000 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F0191C
Complementary color
Monochromatic Colors of #F0191C
Black with #F0191C
Text Example
Text Example
White with #F0191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0191C; }
p { color: rgb(240,25,28); }
H1.HeaderClassName
{
color: #F0191C;
}
.AnyTagClassName
{
color: #F0191C;
}
</style>
background-color css
<style>
a { background-color: #F0191C; }
a { background-color: rgb(240,25,28); }
div.DivClassName
{
background-color: #F0191C;
}
.BgClassName
{
background-color: #F0191C;
}
</style>
border-color css
<style>
span { border-color: #F0191C; }
span { border-color: rgb(240,25,28); }
td.TdClassName
{
border-color: #F0191C;
}
.TagClassName
{
border-color: #F0191C;
}
</style>