Shades of Alizarin #F2202E
Tints of Alizarin #F2202E
RGB
CMYK
RGB Variations
Color information
#F2202E (or 0xF2202E) is known color: Alizarin. HEX triplet: F2, 20 and 2E. RGB value is (242,32,46). Sum of RGB (Red+Green+Blue) = 242+32+46=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202E is #0DDFD1. Grayscale: #606060. Windows color (decimal): -909266 or 3023090. OLE color: 3023090.
HSL color Cylindrical-coordinate representation of color #F2202E: hue angle of 356º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2202E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 46 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.05 |
| HSL | 356º | 0.89% | 0.54% | - |
| HSV(B) | 356º | 0.87% | 0.95% | - |
| XYZ | 37.63 | 20.11 | 4.48 | - |
| YUV | 96.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 46 | 0 | 0.87 | 0.81 | 0.05 | 356 | 0.89 | 0.54 |
| Hex | F2 | 20 | 2E | 0 | 57 | 51 | 5 | 164 | 59 | 36 |
| Octal | 362 | 40 | 56 | 0 | 127 | 121 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100000 | 101110 | 0 | 1010111 | 1010001 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F2202E
Complementary color
Monochromatic Colors of #F2202E
Black with #F2202E
Text Example
Text Example
White with #F2202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2202E; }
p { color: rgb(242,32,46); }
H1.HeaderClassName
{
color: #F2202E;
}
.AnyTagClassName
{
color: #F2202E;
}
</style>
background-color css
<style>
a { background-color: #F2202E; }
a { background-color: rgb(242,32,46); }
div.DivClassName
{
background-color: #F2202E;
}
.BgClassName
{
background-color: #F2202E;
}
</style>
border-color css
<style>
span { border-color: #F2202E; }
span { border-color: rgb(242,32,46); }
td.TdClassName
{
border-color: #F2202E;
}
.TagClassName
{
border-color: #F2202E;
}
</style>