Shades of Alizarin #F0242C
Tints of Alizarin #F0242C
RGB
CMYK
RGB Variations
Color information
#F0242C (or 0xF0242C) is known color: Alizarin. HEX triplet: F0, 24 and 2C. RGB value is (240,36,44). Sum of RGB (Red+Green+Blue) = 240+36+44=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0242C is #0FDBD3. Grayscale: #626262. Windows color (decimal): -1039316 or 2893040. OLE color: 2893040.
HSL color Cylindrical-coordinate representation of color #F0242C: hue angle of 357.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0242C is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 44 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 357.65º | 0.87% | 0.54% | - |
| HSV(B) | 357.65º | 0.85% | 0.94% | - |
| XYZ | 37.02 | 19.97 | 4.29 | - |
| YUV | 97.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 44 | 0 | 0.85 | 0.82 | 0.06 | 357.65 | 0.87 | 0.54 |
| Hex | F0 | 24 | 2C | 0 | 55 | 52 | 6 | 166 | 57 | 36 |
| Octal | 360 | 44 | 54 | 0 | 125 | 122 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100100 | 101100 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F0242C
Complementary color
Monochromatic Colors of #F0242C
Black with #F0242C
Text Example
Text Example
White with #F0242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0242C; }
p { color: rgb(240,36,44); }
H1.HeaderClassName
{
color: #F0242C;
}
.AnyTagClassName
{
color: #F0242C;
}
</style>
background-color css
<style>
a { background-color: #F0242C; }
a { background-color: rgb(240,36,44); }
div.DivClassName
{
background-color: #F0242C;
}
.BgClassName
{
background-color: #F0242C;
}
</style>
border-color css
<style>
span { border-color: #F0242C; }
span { border-color: rgb(240,36,44); }
td.TdClassName
{
border-color: #F0242C;
}
.TagClassName
{
border-color: #F0242C;
}
</style>