Shades of Alizarin #F22A36
Tints of Alizarin #F22A36
RGB
CMYK
RGB Variations
Color information
#F22A36 (or 0xF22A36) is known color: Alizarin. HEX triplet: F2, 2A and 36. RGB value is (242,42,54). Sum of RGB (Red+Green+Blue) = 242+42+54=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22A36 is #0DD5C9. Grayscale: #676767. Windows color (decimal): -906698 or 3549938. OLE color: 3549938.
HSL color Cylindrical-coordinate representation of color #F22A36: hue angle of 356.4º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22A36 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 54 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.05 |
| HSL | 356.4º | 0.88% | 0.56% | - |
| HSV(B) | 356.4º | 0.83% | 0.95% | - |
| XYZ | 38.11 | 20.8 | 5.5 | - |
| YUV | 103.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 54 | 0 | 0.83 | 0.78 | 0.05 | 356.4 | 0.88 | 0.56 |
| Hex | F2 | 2A | 36 | 0 | 53 | 4E | 5 | 164 | 58 | 38 |
| Octal | 362 | 52 | 66 | 0 | 123 | 116 | 5 | 544 | 130 | 70 |
| Binary | 11110010 | 101010 | 110110 | 0 | 1010011 | 1001110 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F22A36
Complementary color
Monochromatic Colors of #F22A36
Black with #F22A36
Text Example
Text Example
White with #F22A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A36; }
p { color: rgb(242,42,54); }
H1.HeaderClassName
{
color: #F22A36;
}
.AnyTagClassName
{
color: #F22A36;
}
</style>
background-color css
<style>
a { background-color: #F22A36; }
a { background-color: rgb(242,42,54); }
div.DivClassName
{
background-color: #F22A36;
}
.BgClassName
{
background-color: #F22A36;
}
</style>
border-color css
<style>
span { border-color: #F22A36; }
span { border-color: rgb(242,42,54); }
td.TdClassName
{
border-color: #F22A36;
}
.TagClassName
{
border-color: #F22A36;
}
</style>