Shades of Alizarin #F0242B
Tints of Alizarin #F0242B
RGB
CMYK
RGB Variations
Color information
#F0242B (or 0xF0242B) is known color: Alizarin. HEX triplet: F0, 24 and 2B. RGB value is (240,36,43). Sum of RGB (Red+Green+Blue) = 240+36+43=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0242B is #0FDBD4. Grayscale: #616161. Windows color (decimal): -1039317 or 2827504. OLE color: 2827504.
HSL color Cylindrical-coordinate representation of color #F0242B: hue angle of 357.94º 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 #F0242B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 43 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.06 |
| HSL | 357.94º | 0.87% | 0.54% | - |
| HSV(B) | 357.94º | 0.85% | 0.94% | - |
| XYZ | 37 | 19.96 | 4.19 | - |
| YUV | 97.79 | 97.09 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 43 | 0 | 0.85 | 0.82 | 0.06 | 357.94 | 0.87 | 0.54 |
| Hex | F0 | 24 | 2B | 0 | 55 | 52 | 6 | 166 | 57 | 36 |
| Octal | 360 | 44 | 53 | 0 | 125 | 122 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100100 | 101011 | 0 | 1010101 | 1010010 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F0242B
Complementary color
Monochromatic Colors of #F0242B
Black with #F0242B
Text Example
Text Example
White with #F0242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0242B; }
p { color: rgb(240,36,43); }
H1.HeaderClassName
{
color: #F0242B;
}
.AnyTagClassName
{
color: #F0242B;
}
</style>
background-color css
<style>
a { background-color: #F0242B; }
a { background-color: rgb(240,36,43); }
div.DivClassName
{
background-color: #F0242B;
}
.BgClassName
{
background-color: #F0242B;
}
</style>
border-color css
<style>
span { border-color: #F0242B; }
span { border-color: rgb(240,36,43); }
td.TdClassName
{
border-color: #F0242B;
}
.TagClassName
{
border-color: #F0242B;
}
</style>