Shades of Alizarin #F22437
Tints of Alizarin #F22437
RGB
CMYK
RGB Variations
Color information
#F22437 (or 0xF22437) is known color: Alizarin. HEX triplet: F2, 24 and 37. RGB value is (242,36,55). Sum of RGB (Red+Green+Blue) = 242+36+55=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F22437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22437 is #0DDBC8. Grayscale: #636363. Windows color (decimal): -908233 or 3613938. OLE color: 3613938.
HSL color Cylindrical-coordinate representation of color #F22437: hue angle of 354.47º 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 #F22437 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 55 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.05 |
| HSL | 354.47º | 0.89% | 0.55% | - |
| HSV(B) | 354.47º | 0.85% | 0.95% | - |
| XYZ | 37.94 | 20.41 | 5.56 | - |
| YUV | 99.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 55 | 0 | 0.85 | 0.77 | 0.05 | 354.47 | 0.89 | 0.55 |
| Hex | F2 | 24 | 37 | 0 | 55 | 4D | 5 | 162 | 59 | 37 |
| Octal | 362 | 44 | 67 | 0 | 125 | 115 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100100 | 110111 | 0 | 1010101 | 1001101 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F22437
Complementary color
Monochromatic Colors of #F22437
Black with #F22437
Text Example
Text Example
White with #F22437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22437; }
p { color: rgb(242,36,55); }
H1.HeaderClassName
{
color: #F22437;
}
.AnyTagClassName
{
color: #F22437;
}
</style>
background-color css
<style>
a { background-color: #F22437; }
a { background-color: rgb(242,36,55); }
div.DivClassName
{
background-color: #F22437;
}
.BgClassName
{
background-color: #F22437;
}
</style>
border-color css
<style>
span { border-color: #F22437; }
span { border-color: rgb(242,36,55); }
td.TdClassName
{
border-color: #F22437;
}
.TagClassName
{
border-color: #F22437;
}
</style>