Shades of Alizarin #F22138
Tints of Alizarin #F22138
RGB
CMYK
RGB Variations
Color information
#F22138 (or 0xF22138) is known color: Alizarin. HEX triplet: F2, 21 and 38. RGB value is (242,33,56). Sum of RGB (Red+Green+Blue) = 242+33+56=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F22138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22138 is #0DDEC7. Grayscale: #626262. Windows color (decimal): -909000 or 3678706. OLE color: 3678706.
HSL color Cylindrical-coordinate representation of color #F22138: hue angle of 353.4º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22138 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 56 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.05 |
| HSL | 353.4º | 0.89% | 0.54% | - |
| HSV(B) | 353.4º | 0.86% | 0.95% | - |
| XYZ | 37.88 | 20.25 | 5.65 | - |
| YUV | 98.11 | 104.24 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 56 | 0 | 0.86 | 0.77 | 0.05 | 353.4 | 0.89 | 0.54 |
| Hex | F2 | 21 | 38 | 0 | 56 | 4D | 5 | 161 | 59 | 36 |
| Octal | 362 | 41 | 70 | 0 | 126 | 115 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 100001 | 111000 | 0 | 1010110 | 1001101 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F22138
Complementary color
Monochromatic Colors of #F22138
Black with #F22138
Text Example
Text Example
White with #F22138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22138; }
p { color: rgb(242,33,56); }
H1.HeaderClassName
{
color: #F22138;
}
.AnyTagClassName
{
color: #F22138;
}
</style>
background-color css
<style>
a { background-color: #F22138; }
a { background-color: rgb(242,33,56); }
div.DivClassName
{
background-color: #F22138;
}
.BgClassName
{
background-color: #F22138;
}
</style>
border-color css
<style>
span { border-color: #F22138; }
span { border-color: rgb(242,33,56); }
td.TdClassName
{
border-color: #F22138;
}
.TagClassName
{
border-color: #F22138;
}
</style>