Shades of Alizarin #F7212B
Tints of Alizarin #F7212B
RGB
CMYK
RGB Variations
Color information
#F7212B (or 0xF7212B) is known color: Alizarin. HEX triplet: F7, 21 and 2B. RGB value is (247,33,43). Sum of RGB (Red+Green+Blue) = 247+33+43=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7212B is #08DED4. Grayscale: #626262. Windows color (decimal): -581333 or 2826743. OLE color: 2826743.
HSL color Cylindrical-coordinate representation of color #F7212B: hue angle of 357.2º 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 #F7212B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.03 |
| HSL | 357.2º | 0.93% | 0.55% | - |
| HSV(B) | 357.2º | 0.87% | 0.97% | - |
| XYZ | 39.34 | 21.04 | 4.27 | - |
| YUV | 98.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 43 | 0 | 0.87 | 0.83 | 0.03 | 357.2 | 0.93 | 0.55 |
| Hex | F7 | 21 | 2B | 0 | 57 | 53 | 3 | 165 | 5D | 37 |
| Octal | 367 | 41 | 53 | 0 | 127 | 123 | 3 | 545 | 135 | 67 |
| Binary | 11110111 | 100001 | 101011 | 0 | 1010111 | 1010011 | 11 | 101100101 | 1011101 | 110111 |
Color Harmonies of #F7212B
Complementary color
Monochromatic Colors of #F7212B
Black with #F7212B
Text Example
Text Example
White with #F7212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7212B; }
p { color: rgb(247,33,43); }
H1.HeaderClassName
{
color: #F7212B;
}
.AnyTagClassName
{
color: #F7212B;
}
</style>
background-color css
<style>
a { background-color: #F7212B; }
a { background-color: rgb(247,33,43); }
div.DivClassName
{
background-color: #F7212B;
}
.BgClassName
{
background-color: #F7212B;
}
</style>
border-color css
<style>
span { border-color: #F7212B; }
span { border-color: rgb(247,33,43); }
td.TdClassName
{
border-color: #F7212B;
}
.TagClassName
{
border-color: #F7212B;
}
</style>