Shades of Alizarin #F7212C
Tints of Alizarin #F7212C
RGB
CMYK
RGB Variations
Color information
#F7212C (or 0xF7212C) is known color: Alizarin. HEX triplet: F7, 21 and 2C. RGB value is (247,33,44). Sum of RGB (Red+Green+Blue) = 247+33+44=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7212C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7212C is #08DED3. Grayscale: #626262. Windows color (decimal): -581332 or 2892279. OLE color: 2892279.
HSL color Cylindrical-coordinate representation of color #F7212C: hue angle of 356.92º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7212C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 44 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.03 |
| HSL | 356.92º | 0.93% | 0.55% | - |
| HSV(B) | 356.92º | 0.87% | 0.97% | - |
| XYZ | 39.36 | 21.04 | 4.37 | - |
| YUV | 98.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 44 | 0 | 0.87 | 0.82 | 0.03 | 356.92 | 0.93 | 0.55 |
| Hex | F7 | 21 | 2C | 0 | 57 | 52 | 3 | 165 | 5D | 37 |
| Octal | 367 | 41 | 54 | 0 | 127 | 122 | 3 | 545 | 135 | 67 |
| Binary | 11110111 | 100001 | 101100 | 0 | 1010111 | 1010010 | 11 | 101100101 | 1011101 | 110111 |
Color Harmonies of #F7212C
Complementary color
Monochromatic Colors of #F7212C
Black with #F7212C
Text Example
Text Example
White with #F7212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7212C; }
p { color: rgb(247,33,44); }
H1.HeaderClassName
{
color: #F7212C;
}
.AnyTagClassName
{
color: #F7212C;
}
</style>
background-color css
<style>
a { background-color: #F7212C; }
a { background-color: rgb(247,33,44); }
div.DivClassName
{
background-color: #F7212C;
}
.BgClassName
{
background-color: #F7212C;
}
</style>
border-color css
<style>
span { border-color: #F7212C; }
span { border-color: rgb(247,33,44); }
td.TdClassName
{
border-color: #F7212C;
}
.TagClassName
{
border-color: #F7212C;
}
</style>