Shades of Alizarin #F2213B
Tints of Alizarin #F2213B
RGB
CMYK
RGB Variations
Color information
#F2213B (or 0xF2213B) is known color: Alizarin. HEX triplet: F2, 21 and 3B. RGB value is (242,33,59). Sum of RGB (Red+Green+Blue) = 242+33+59=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F2213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2213B is #0DDEC4. Grayscale: #626262. Windows color (decimal): -908997 or 3875314. OLE color: 3875314.
HSL color Cylindrical-coordinate representation of color #F2213B: hue angle of 352.54º 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 #F2213B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 59 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.05 |
| HSL | 352.54º | 0.89% | 0.54% | - |
| HSV(B) | 352.54º | 0.86% | 0.95% | - |
| XYZ | 37.95 | 20.28 | 6.05 | - |
| YUV | 98.46 | 105.74 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 59 | 0 | 0.86 | 0.76 | 0.05 | 352.54 | 0.89 | 0.54 |
| Hex | F2 | 21 | 3B | 0 | 56 | 4C | 5 | 161 | 59 | 36 |
| Octal | 362 | 41 | 73 | 0 | 126 | 114 | 5 | 541 | 131 | 66 |
| Binary | 11110010 | 100001 | 111011 | 0 | 1010110 | 1001100 | 101 | 101100001 | 1011001 | 110110 |
Color Harmonies of #F2213B
Complementary color
Monochromatic Colors of #F2213B
Black with #F2213B
Text Example
Text Example
White with #F2213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2213B; }
p { color: rgb(242,33,59); }
H1.HeaderClassName
{
color: #F2213B;
}
.AnyTagClassName
{
color: #F2213B;
}
</style>
background-color css
<style>
a { background-color: #F2213B; }
a { background-color: rgb(242,33,59); }
div.DivClassName
{
background-color: #F2213B;
}
.BgClassName
{
background-color: #F2213B;
}
</style>
border-color css
<style>
span { border-color: #F2213B; }
span { border-color: rgb(242,33,59); }
td.TdClassName
{
border-color: #F2213B;
}
.TagClassName
{
border-color: #F2213B;
}
</style>