Shades of Alizarin #F2212E
Tints of Alizarin #F2212E
RGB
CMYK
RGB Variations
Color information
#F2212E (or 0xF2212E) is known color: Alizarin. HEX triplet: F2, 21 and 2E. RGB value is (242,33,46). Sum of RGB (Red+Green+Blue) = 242+33+46=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2212E is #0DDED1. Grayscale: #616161. Windows color (decimal): -909010 or 3023346. OLE color: 3023346.
HSL color Cylindrical-coordinate representation of color #F2212E: hue angle of 356.27º 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 #F2212E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 46 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.05 |
| HSL | 356.27º | 0.89% | 0.54% | - |
| HSV(B) | 356.27º | 0.86% | 0.95% | - |
| XYZ | 37.65 | 20.16 | 4.49 | - |
| YUV | 96.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 46 | 0 | 0.86 | 0.81 | 0.05 | 356.27 | 0.89 | 0.54 |
| Hex | F2 | 21 | 2E | 0 | 56 | 51 | 5 | 164 | 59 | 36 |
| Octal | 362 | 41 | 56 | 0 | 126 | 121 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100001 | 101110 | 0 | 1010110 | 1010001 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F2212E
Complementary color
Monochromatic Colors of #F2212E
Black with #F2212E
Text Example
Text Example
White with #F2212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2212E; }
p { color: rgb(242,33,46); }
H1.HeaderClassName
{
color: #F2212E;
}
.AnyTagClassName
{
color: #F2212E;
}
</style>
background-color css
<style>
a { background-color: #F2212E; }
a { background-color: rgb(242,33,46); }
div.DivClassName
{
background-color: #F2212E;
}
.BgClassName
{
background-color: #F2212E;
}
</style>
border-color css
<style>
span { border-color: #F2212E; }
span { border-color: rgb(242,33,46); }
td.TdClassName
{
border-color: #F2212E;
}
.TagClassName
{
border-color: #F2212E;
}
</style>