Shades of Alizarin #F22C3F
Tints of Alizarin #F22C3F
RGB
CMYK
RGB Variations
Color information
#F22C3F (or 0xF22C3F) is known color: Alizarin. HEX triplet: F2, 2C and 3F. RGB value is (242,44,63). Sum of RGB (Red+Green+Blue) = 242+44+63=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22C3F is #0DD3C0. Grayscale: #696969. Windows color (decimal): -906177 or 4140274. OLE color: 4140274.
HSL color Cylindrical-coordinate representation of color #F22C3F: hue angle of 354.24º 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 #F22C3F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 63 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.05 |
| HSL | 354.24º | 0.88% | 0.56% | - |
| HSV(B) | 354.24º | 0.82% | 0.95% | - |
| XYZ | 38.42 | 21.04 | 6.74 | - |
| YUV | 105.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 63 | 0 | 0.82 | 0.74 | 0.05 | 354.24 | 0.88 | 0.56 |
| Hex | F2 | 2C | 3F | 0 | 52 | 4A | 5 | 162 | 58 | 38 |
| Octal | 362 | 54 | 77 | 0 | 122 | 112 | 5 | 542 | 130 | 70 |
| Binary | 11110010 | 101100 | 111111 | 0 | 1010010 | 1001010 | 101 | 101100010 | 1011000 | 111000 |
Color Harmonies of #F22C3F
Complementary color
Monochromatic Colors of #F22C3F
Black with #F22C3F
Text Example
Text Example
White with #F22C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C3F; }
p { color: rgb(242,44,63); }
H1.HeaderClassName
{
color: #F22C3F;
}
.AnyTagClassName
{
color: #F22C3F;
}
</style>
background-color css
<style>
a { background-color: #F22C3F; }
a { background-color: rgb(242,44,63); }
div.DivClassName
{
background-color: #F22C3F;
}
.BgClassName
{
background-color: #F22C3F;
}
</style>
border-color css
<style>
span { border-color: #F22C3F; }
span { border-color: rgb(242,44,63); }
td.TdClassName
{
border-color: #F22C3F;
}
.TagClassName
{
border-color: #F22C3F;
}
</style>