Shades of Alizarin #F0222A
Tints of Alizarin #F0222A
RGB
CMYK
RGB Variations
Color information
#F0222A (or 0xF0222A) is known color: Alizarin. HEX triplet: F0, 22 and 2A. RGB value is (240,34,42). Sum of RGB (Red+Green+Blue) = 240+34+42=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0222A is #0FDDD5. Grayscale: #606060. Windows color (decimal): -1039830 or 2761456. OLE color: 2761456.
HSL color Cylindrical-coordinate representation of color #F0222A: hue angle of 357.67º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0222A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 42 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.06 |
| HSL | 357.67º | 0.87% | 0.54% | - |
| HSV(B) | 357.67º | 0.86% | 0.94% | - |
| XYZ | 36.93 | 19.84 | 4.07 | - |
| YUV | 96.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 42 | 0 | 0.86 | 0.82 | 0.06 | 357.67 | 0.87 | 0.54 |
| Hex | F0 | 22 | 2A | 0 | 56 | 52 | 6 | 166 | 57 | 36 |
| Octal | 360 | 42 | 52 | 0 | 126 | 122 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100010 | 101010 | 0 | 1010110 | 1010010 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F0222A
Complementary color
Monochromatic Colors of #F0222A
Black with #F0222A
Text Example
Text Example
White with #F0222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0222A; }
p { color: rgb(240,34,42); }
H1.HeaderClassName
{
color: #F0222A;
}
.AnyTagClassName
{
color: #F0222A;
}
</style>
background-color css
<style>
a { background-color: #F0222A; }
a { background-color: rgb(240,34,42); }
div.DivClassName
{
background-color: #F0222A;
}
.BgClassName
{
background-color: #F0222A;
}
</style>
border-color css
<style>
span { border-color: #F0222A; }
span { border-color: rgb(240,34,42); }
td.TdClassName
{
border-color: #F0222A;
}
.TagClassName
{
border-color: #F0222A;
}
</style>