Shades of Alizarin #F22C3A
Tints of Alizarin #F22C3A
RGB
CMYK
RGB Variations
Color information
#F22C3A (or 0xF22C3A) is known color: Alizarin. HEX triplet: F2, 2C and 3A. RGB value is (242,44,58). Sum of RGB (Red+Green+Blue) = 242+44+58=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C3A is #0DD3C5. Grayscale: #686868. Windows color (decimal): -906182 or 3812594. OLE color: 3812594.
HSL color Cylindrical-coordinate representation of color #F22C3A: hue angle of 355.76º 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 #F22C3A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 58 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.05 |
| HSL | 355.76º | 0.88% | 0.56% | - |
| HSV(B) | 355.76º | 0.82% | 0.95% | - |
| XYZ | 38.28 | 20.98 | 6.04 | - |
| YUV | 104.8 | 101.6 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 58 | 0 | 0.82 | 0.76 | 0.05 | 355.76 | 0.88 | 0.56 |
| Hex | F2 | 2C | 3A | 0 | 52 | 4C | 5 | 164 | 58 | 38 |
| Octal | 362 | 54 | 72 | 0 | 122 | 114 | 5 | 544 | 130 | 70 |
| Binary | 11110010 | 101100 | 111010 | 0 | 1010010 | 1001100 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F22C3A
Complementary color
Monochromatic Colors of #F22C3A
Black with #F22C3A
Text Example
Text Example
White with #F22C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C3A; }
p { color: rgb(242,44,58); }
H1.HeaderClassName
{
color: #F22C3A;
}
.AnyTagClassName
{
color: #F22C3A;
}
</style>
background-color css
<style>
a { background-color: #F22C3A; }
a { background-color: rgb(242,44,58); }
div.DivClassName
{
background-color: #F22C3A;
}
.BgClassName
{
background-color: #F22C3A;
}
</style>
border-color css
<style>
span { border-color: #F22C3A; }
span { border-color: rgb(242,44,58); }
td.TdClassName
{
border-color: #F22C3A;
}
.TagClassName
{
border-color: #F22C3A;
}
</style>