Shades of Alizarin #F2222F
Tints of Alizarin #F2222F
RGB
CMYK
RGB Variations
Color information
#F2222F (or 0xF2222F) is known color: Alizarin. HEX triplet: F2, 22 and 2F. RGB value is (242,34,47). Sum of RGB (Red+Green+Blue) = 242+34+47=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F2222F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2222F is #0DDDD0. Grayscale: #616161. Windows color (decimal): -908753 or 3089138. OLE color: 3089138.
HSL color Cylindrical-coordinate representation of color #F2222F: hue angle of 356.25º 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 #F2222F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.05 |
| HSL | 356.25º | 0.89% | 0.54% | - |
| HSV(B) | 356.25º | 0.86% | 0.95% | - |
| XYZ | 37.7 | 20.23 | 4.61 | - |
| YUV | 97.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 47 | 0 | 0.86 | 0.81 | 0.05 | 356.25 | 0.89 | 0.54 |
| Hex | F2 | 22 | 2F | 0 | 56 | 51 | 5 | 164 | 59 | 36 |
| Octal | 362 | 42 | 57 | 0 | 126 | 121 | 5 | 544 | 131 | 66 |
| Binary | 11110010 | 100010 | 101111 | 0 | 1010110 | 1010001 | 101 | 101100100 | 1011001 | 110110 |
Color Harmonies of #F2222F
Complementary color
Monochromatic Colors of #F2222F
Black with #F2222F
Text Example
Text Example
White with #F2222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2222F; }
p { color: rgb(242,34,47); }
H1.HeaderClassName
{
color: #F2222F;
}
.AnyTagClassName
{
color: #F2222F;
}
</style>
background-color css
<style>
a { background-color: #F2222F; }
a { background-color: rgb(242,34,47); }
div.DivClassName
{
background-color: #F2222F;
}
.BgClassName
{
background-color: #F2222F;
}
</style>
border-color css
<style>
span { border-color: #F2222F; }
span { border-color: rgb(242,34,47); }
td.TdClassName
{
border-color: #F2222F;
}
.TagClassName
{
border-color: #F2222F;
}
</style>