Shades of Alizarin #F22C39
Tints of Alizarin #F22C39
RGB
CMYK
RGB Variations
Color information
#F22C39 (or 0xF22C39) is known color: Alizarin. HEX triplet: F2, 2C and 39. RGB value is (242,44,57). Sum of RGB (Red+Green+Blue) = 242+44+57=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C39 is #0DD3C6. Grayscale: #686868. Windows color (decimal): -906183 or 3747058. OLE color: 3747058.
HSL color Cylindrical-coordinate representation of color #F22C39: hue angle of 356.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C39 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 57 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.05 |
| HSL | 356.06º | 0.88% | 0.56% | - |
| HSV(B) | 356.06º | 0.82% | 0.95% | - |
| XYZ | 38.26 | 20.97 | 5.9 | - |
| YUV | 104.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 57 | 0 | 0.82 | 0.76 | 0.05 | 356.06 | 0.88 | 0.56 |
| Hex | F2 | 2C | 39 | 0 | 52 | 4C | 5 | 164 | 58 | 38 |
| Octal | 362 | 54 | 71 | 0 | 122 | 114 | 5 | 544 | 130 | 70 |
| Binary | 11110010 | 101100 | 111001 | 0 | 1010010 | 1001100 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F22C39
Complementary color
Monochromatic Colors of #F22C39
Black with #F22C39
Text Example
Text Example
White with #F22C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C39; }
p { color: rgb(242,44,57); }
H1.HeaderClassName
{
color: #F22C39;
}
.AnyTagClassName
{
color: #F22C39;
}
</style>
background-color css
<style>
a { background-color: #F22C39; }
a { background-color: rgb(242,44,57); }
div.DivClassName
{
background-color: #F22C39;
}
.BgClassName
{
background-color: #F22C39;
}
</style>
border-color css
<style>
span { border-color: #F22C39; }
span { border-color: rgb(242,44,57); }
td.TdClassName
{
border-color: #F22C39;
}
.TagClassName
{
border-color: #F22C39;
}
</style>