Shades of Alizarin #F22127
Tints of Alizarin #F22127
RGB
CMYK
RGB Variations
Color information
#F22127 (or 0xF22127) is known color: Alizarin. HEX triplet: F2, 21 and 27. RGB value is (242,33,39). Sum of RGB (Red+Green+Blue) = 242+33+39=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22127 is #0DDED8. Grayscale: #606060. Windows color (decimal): -909017 or 2564594. OLE color: 2564594.
HSL color Cylindrical-coordinate representation of color #F22127: hue angle of 358.28º 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 #F22127 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.05 |
| HSL | 358.28º | 0.89% | 0.54% | - |
| HSV(B) | 358.28º | 0.86% | 0.95% | - |
| XYZ | 37.53 | 20.11 | 3.82 | - |
| YUV | 96.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 39 | 0 | 0.86 | 0.84 | 0.05 | 358.28 | 0.89 | 0.54 |
| Hex | F2 | 21 | 27 | 0 | 56 | 54 | 5 | 166 | 59 | 36 |
| Octal | 362 | 41 | 47 | 0 | 126 | 124 | 5 | 546 | 131 | 66 |
| Binary | 11110010 | 100001 | 100111 | 0 | 1010110 | 1010100 | 101 | 101100110 | 1011001 | 110110 |
Color Harmonies of #F22127
Complementary color
Monochromatic Colors of #F22127
Black with #F22127
Text Example
Text Example
White with #F22127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22127; }
p { color: rgb(242,33,39); }
H1.HeaderClassName
{
color: #F22127;
}
.AnyTagClassName
{
color: #F22127;
}
</style>
background-color css
<style>
a { background-color: #F22127; }
a { background-color: rgb(242,33,39); }
div.DivClassName
{
background-color: #F22127;
}
.BgClassName
{
background-color: #F22127;
}
</style>
border-color css
<style>
span { border-color: #F22127; }
span { border-color: rgb(242,33,39); }
td.TdClassName
{
border-color: #F22127;
}
.TagClassName
{
border-color: #F22127;
}
</style>