Shades of Alizarin #F02228
Tints of Alizarin #F02228
RGB
CMYK
RGB Variations
Color information
#F02228 (or 0xF02228) is known color: Alizarin. HEX triplet: F0, 22 and 28. RGB value is (240,34,40). Sum of RGB (Red+Green+Blue) = 240+34+40=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F02228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02228 is #0FDDD7. Grayscale: #606060. Windows color (decimal): -1039832 or 2630384. OLE color: 2630384.
HSL color Cylindrical-coordinate representation of color #F02228: hue angle of 358.25º 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 #F02228 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 40 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.06 |
| HSL | 358.25º | 0.87% | 0.54% | - |
| HSV(B) | 358.25º | 0.86% | 0.94% | - |
| XYZ | 36.89 | 19.82 | 3.89 | - |
| YUV | 96.28 | 96.25 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 40 | 0 | 0.86 | 0.83 | 0.06 | 358.25 | 0.87 | 0.54 |
| Hex | F0 | 22 | 28 | 0 | 56 | 53 | 6 | 166 | 57 | 36 |
| Octal | 360 | 42 | 50 | 0 | 126 | 123 | 6 | 546 | 127 | 66 |
| Binary | 11110000 | 100010 | 101000 | 0 | 1010110 | 1010011 | 110 | 101100110 | 1010111 | 110110 |
Color Harmonies of #F02228
Complementary color
Monochromatic Colors of #F02228
Black with #F02228
Text Example
Text Example
White with #F02228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02228; }
p { color: rgb(240,34,40); }
H1.HeaderClassName
{
color: #F02228;
}
.AnyTagClassName
{
color: #F02228;
}
</style>
background-color css
<style>
a { background-color: #F02228; }
a { background-color: rgb(240,34,40); }
div.DivClassName
{
background-color: #F02228;
}
.BgClassName
{
background-color: #F02228;
}
</style>
border-color css
<style>
span { border-color: #F02228; }
span { border-color: rgb(240,34,40); }
td.TdClassName
{
border-color: #F02228;
}
.TagClassName
{
border-color: #F02228;
}
</style>