Shades of Alizarin #F01921
Tints of Alizarin #F01921
RGB
CMYK
RGB Variations
Color information
#F01921 (or 0xF01921) is known color: Alizarin. HEX triplet: F0, 19 and 21. RGB value is (240,25,33). Sum of RGB (Red+Green+Blue) = 240+25+33=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F01921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01921 is #0FE6DE. Grayscale: #5A5A5A. Windows color (decimal): -1042143 or 2169328. OLE color: 2169328.
HSL color Cylindrical-coordinate representation of color #F01921: hue angle of 357.77º 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 #F01921 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.06 |
| HSL | 357.77º | 0.88% | 0.52% | - |
| HSV(B) | 357.77º | 0.9% | 0.94% | - |
| XYZ | 36.56 | 19.33 | 3.24 | - |
| YUV | 90.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 33 | 0 | 0.90 | 0.86 | 0.06 | 357.77 | 0.88 | 0.52 |
| Hex | F0 | 19 | 21 | 0 | 5A | 56 | 6 | 166 | 58 | 34 |
| Octal | 360 | 31 | 41 | 0 | 132 | 126 | 6 | 546 | 130 | 64 |
| Binary | 11110000 | 11001 | 100001 | 0 | 1011010 | 1010110 | 110 | 101100110 | 1011000 | 110100 |
Color Harmonies of #F01921
Complementary color
Monochromatic Colors of #F01921
Black with #F01921
Text Example
Text Example
White with #F01921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01921; }
p { color: rgb(240,25,33); }
H1.HeaderClassName
{
color: #F01921;
}
.AnyTagClassName
{
color: #F01921;
}
</style>
background-color css
<style>
a { background-color: #F01921; }
a { background-color: rgb(240,25,33); }
div.DivClassName
{
background-color: #F01921;
}
.BgClassName
{
background-color: #F01921;
}
</style>
border-color css
<style>
span { border-color: #F01921; }
span { border-color: rgb(240,25,33); }
td.TdClassName
{
border-color: #F01921;
}
.TagClassName
{
border-color: #F01921;
}
</style>