Shades of Alizarin #F22426
Tints of Alizarin #F22426
RGB
CMYK
RGB Variations
Color information
#F22426 (or 0xF22426) is known color: Alizarin. HEX triplet: F2, 24 and 26. RGB value is (242,36,38). Sum of RGB (Red+Green+Blue) = 242+36+38=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F22426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22426 is #0DDBD9. Grayscale: #626262. Windows color (decimal): -908250 or 2499826. OLE color: 2499826.
HSL color Cylindrical-coordinate representation of color #F22426: hue angle of 359.42º 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 #F22426 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 38 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.05 |
| HSL | 359.42º | 0.89% | 0.55% | - |
| HSV(B) | 359.42º | 0.85% | 0.95% | - |
| XYZ | 37.6 | 20.28 | 3.77 | - |
| YUV | 97.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 38 | 0 | 0.85 | 0.84 | 0.05 | 359.42 | 0.89 | 0.55 |
| Hex | F2 | 24 | 26 | 0 | 55 | 54 | 5 | 167 | 59 | 37 |
| Octal | 362 | 44 | 46 | 0 | 125 | 124 | 5 | 547 | 131 | 67 |
| Binary | 11110010 | 100100 | 100110 | 0 | 1010101 | 1010100 | 101 | 101100111 | 1011001 | 110111 |
Color Harmonies of #F22426
Complementary color
Monochromatic Colors of #F22426
Black with #F22426
Text Example
Text Example
White with #F22426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22426; }
p { color: rgb(242,36,38); }
H1.HeaderClassName
{
color: #F22426;
}
.AnyTagClassName
{
color: #F22426;
}
</style>
background-color css
<style>
a { background-color: #F22426; }
a { background-color: rgb(242,36,38); }
div.DivClassName
{
background-color: #F22426;
}
.BgClassName
{
background-color: #F22426;
}
</style>
border-color css
<style>
span { border-color: #F22426; }
span { border-color: rgb(242,36,38); }
td.TdClassName
{
border-color: #F22426;
}
.TagClassName
{
border-color: #F22426;
}
</style>