Shades of Alizarin #F2202D
Tints of Alizarin #F2202D
RGB
CMYK
RGB Variations
Color information
#F2202D (or 0xF2202D) is known color: Alizarin. HEX triplet: F2, 20 and 2D. RGB value is (242,32,45). Sum of RGB (Red+Green+Blue) = 242+32+45=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202D is #0DDFD2. Grayscale: #606060. Windows color (decimal): -909267 or 2957554. OLE color: 2957554.
HSL color Cylindrical-coordinate representation of color #F2202D: hue angle of 356.29º 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 #F2202D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.05 |
| HSL | 356.29º | 0.89% | 0.54% | - |
| HSV(B) | 356.29º | 0.87% | 0.95% | - |
| XYZ | 37.61 | 20.1 | 4.38 | - |
| YUV | 96.27 | 99.07 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 45 | 0 | 0.87 | 0.81 | 0.05 | 356.29 | 0.89 | 0.54 |
| Hex | F2 | 20 | 2D | 0 | 57 | 51 | 5 | 164 | 59 | 36 |
| Octal | 362 | 40 | 55 | 0 | 127 | 121 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100000 | 101101 | 0 | 1010111 | 1010001 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F2202D
Complementary color
Monochromatic Colors of #F2202D
Black with #F2202D
Text Example
Text Example
White with #F2202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2202D; }
p { color: rgb(242,32,45); }
H1.HeaderClassName
{
color: #F2202D;
}
.AnyTagClassName
{
color: #F2202D;
}
</style>
background-color css
<style>
a { background-color: #F2202D; }
a { background-color: rgb(242,32,45); }
div.DivClassName
{
background-color: #F2202D;
}
.BgClassName
{
background-color: #F2202D;
}
</style>
border-color css
<style>
span { border-color: #F2202D; }
span { border-color: rgb(242,32,45); }
td.TdClassName
{
border-color: #F2202D;
}
.TagClassName
{
border-color: #F2202D;
}
</style>