Shades of Alizarin #F0191D
Tints of Alizarin #F0191D
RGB
CMYK
RGB Variations
Color information
#F0191D (or 0xF0191D) is known color: Alizarin. HEX triplet: F0, 19 and 1D. RGB value is (240,25,29). Sum of RGB (Red+Green+Blue) = 240+25+29=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0191D is #0FE6E2. Grayscale: #595959. Windows color (decimal): -1042147 or 1907184. OLE color: 1907184.
HSL color Cylindrical-coordinate representation of color #F0191D: hue angle of 358.88º 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 #F0191D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 29 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.06 |
| HSL | 358.88º | 0.88% | 0.52% | - |
| HSV(B) | 358.88º | 0.9% | 0.94% | - |
| XYZ | 36.5 | 19.31 | 2.97 | - |
| YUV | 89.74 | 93.73 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 29 | 0 | 0.90 | 0.88 | 0.06 | 358.88 | 0.88 | 0.52 |
| Hex | F0 | 19 | 1D | 0 | 5A | 58 | 6 | 167 | 58 | 34 |
| Octal | 360 | 31 | 35 | 0 | 132 | 130 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 11001 | 11101 | 0 | 1011010 | 1011000 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F0191D
Complementary color
Monochromatic Colors of #F0191D
Black with #F0191D
Text Example
Text Example
White with #F0191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0191D; }
p { color: rgb(240,25,29); }
H1.HeaderClassName
{
color: #F0191D;
}
.AnyTagClassName
{
color: #F0191D;
}
</style>
background-color css
<style>
a { background-color: #F0191D; }
a { background-color: rgb(240,25,29); }
div.DivClassName
{
background-color: #F0191D;
}
.BgClassName
{
background-color: #F0191D;
}
</style>
border-color css
<style>
span { border-color: #F0191D; }
span { border-color: rgb(240,25,29); }
td.TdClassName
{
border-color: #F0191D;
}
.TagClassName
{
border-color: #F0191D;
}
</style>