Shades of Alizarin #F0292B
Tints of Alizarin #F0292B
RGB
CMYK
RGB Variations
Color information
#F0292B (or 0xF0292B) is known color: Alizarin. HEX triplet: F0, 29 and 2B. RGB value is (240,41,43). Sum of RGB (Red+Green+Blue) = 240+41+43=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0292B is #0FD6D4. Grayscale: #646464. Windows color (decimal): -1038037 or 2828784. OLE color: 2828784.
HSL color Cylindrical-coordinate representation of color #F0292B: hue angle of 359.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0292B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.06 |
| HSL | 359.4º | 0.87% | 0.55% | - |
| HSV(B) | 359.4º | 0.83% | 0.94% | - |
| XYZ | 37.16 | 20.29 | 4.24 | - |
| YUV | 100.73 | 95.43 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 43 | 0 | 0.83 | 0.82 | 0.06 | 359.4 | 0.87 | 0.55 |
| Hex | F0 | 29 | 2B | 0 | 53 | 52 | 6 | 167 | 57 | 37 |
| Octal | 360 | 51 | 53 | 0 | 123 | 122 | 6 | 547 | 127 | 67 |
| Binary | 11110000 | 101001 | 101011 | 0 | 1010011 | 1010010 | 110 | 101100111 | 1010111 | 110111 |
Color Harmonies of #F0292B
Complementary color
Monochromatic Colors of #F0292B
Black with #F0292B
Text Example
Text Example
White with #F0292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0292B; }
p { color: rgb(240,41,43); }
H1.HeaderClassName
{
color: #F0292B;
}
.AnyTagClassName
{
color: #F0292B;
}
</style>
background-color css
<style>
a { background-color: #F0292B; }
a { background-color: rgb(240,41,43); }
div.DivClassName
{
background-color: #F0292B;
}
.BgClassName
{
background-color: #F0292B;
}
</style>
border-color css
<style>
span { border-color: #F0292B; }
span { border-color: rgb(240,41,43); }
td.TdClassName
{
border-color: #F0292B;
}
.TagClassName
{
border-color: #F0292B;
}
</style>