Shades of Alizarin #F2222B
Tints of Alizarin #F2222B
RGB
CMYK
RGB Variations
Color information
#F2222B (or 0xF2222B) is known color: Alizarin. HEX triplet: F2, 22 and 2B. RGB value is (242,34,43). Sum of RGB (Red+Green+Blue) = 242+34+43=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2222B is #0DDDD4. Grayscale: #616161. Windows color (decimal): -908757 or 2826994. OLE color: 2826994.
HSL color Cylindrical-coordinate representation of color #F2222B: hue angle of 357.4º 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 #F2222B is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 43 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.05 |
| HSL | 357.4º | 0.89% | 0.54% | - |
| HSV(B) | 357.4º | 0.86% | 0.95% | - |
| XYZ | 37.63 | 20.2 | 4.2 | - |
| YUV | 97.22 | 97.41 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 43 | 0 | 0.86 | 0.82 | 0.05 | 357.4 | 0.89 | 0.54 |
| Hex | F2 | 22 | 2B | 0 | 56 | 52 | 5 | 165 | 59 | 36 |
| Octal | 362 | 42 | 53 | 0 | 126 | 122 | 5 | 545 | 131 | 66 |
| Binary | 11110010 | 100010 | 101011 | 0 | 1010110 | 1010010 | 101 | 101100101 | 1011001 | 110110 |
Color Harmonies of #F2222B
Complementary color
Monochromatic Colors of #F2222B
Black with #F2222B
Text Example
Text Example
White with #F2222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2222B; }
p { color: rgb(242,34,43); }
H1.HeaderClassName
{
color: #F2222B;
}
.AnyTagClassName
{
color: #F2222B;
}
</style>
background-color css
<style>
a { background-color: #F2222B; }
a { background-color: rgb(242,34,43); }
div.DivClassName
{
background-color: #F2222B;
}
.BgClassName
{
background-color: #F2222B;
}
</style>
border-color css
<style>
span { border-color: #F2222B; }
span { border-color: rgb(242,34,43); }
td.TdClassName
{
border-color: #F2222B;
}
.TagClassName
{
border-color: #F2222B;
}
</style>