Shades of Alizarin #F22428
Tints of Alizarin #F22428
RGB
CMYK
RGB Variations
Color information
#F22428 (or 0xF22428) is known color: Alizarin. HEX triplet: F2, 24 and 28. RGB value is (242,36,40). Sum of RGB (Red+Green+Blue) = 242+36+40=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F22428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22428 is #0DDBD7. Grayscale: #626262. Windows color (decimal): -908248 or 2630898. OLE color: 2630898.
HSL color Cylindrical-coordinate representation of color #F22428: hue angle of 358.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22428 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 40 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.05 |
| HSL | 358.84º | 0.89% | 0.55% | - |
| HSV(B) | 358.84º | 0.85% | 0.95% | - |
| XYZ | 37.63 | 20.29 | 3.94 | - |
| YUV | 98.05 | 95.25 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 40 | 0 | 0.85 | 0.83 | 0.05 | 358.84 | 0.89 | 0.55 |
| Hex | F2 | 24 | 28 | 0 | 55 | 53 | 5 | 167 | 59 | 37 |
| Octal | 362 | 44 | 50 | 0 | 125 | 123 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 100100 | 101000 | 0 | 1010101 | 1010011 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F22428
Complementary color
Monochromatic Colors of #F22428
Black with #F22428
Text Example
Text Example
White with #F22428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22428; }
p { color: rgb(242,36,40); }
H1.HeaderClassName
{
color: #F22428;
}
.AnyTagClassName
{
color: #F22428;
}
</style>
background-color css
<style>
a { background-color: #F22428; }
a { background-color: rgb(242,36,40); }
div.DivClassName
{
background-color: #F22428;
}
.BgClassName
{
background-color: #F22428;
}
</style>
border-color css
<style>
span { border-color: #F22428; }
span { border-color: rgb(242,36,40); }
td.TdClassName
{
border-color: #F22428;
}
.TagClassName
{
border-color: #F22428;
}
</style>