Shades of Alizarin #F72127
Tints of Alizarin #F72127
RGB
CMYK
RGB Variations
Color information
#F72127 (or 0xF72127) is known color: Alizarin. HEX triplet: F7, 21 and 27. RGB value is (247,33,39). Sum of RGB (Red+Green+Blue) = 247+33+39=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F72127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72127 is #08DED8. Grayscale: #616161. Windows color (decimal): -581337 or 2564599. OLE color: 2564599.
HSL color Cylindrical-coordinate representation of color #F72127: hue angle of 358.32º 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 #F72127 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 39 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.03 |
| HSL | 358.32º | 0.93% | 0.55% | - |
| HSV(B) | 358.32º | 0.87% | 0.97% | - |
| XYZ | 39.27 | 21.01 | 3.9 | - |
| YUV | 97.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 39 | 0 | 0.87 | 0.84 | 0.03 | 358.32 | 0.93 | 0.55 |
| Hex | F7 | 21 | 27 | 0 | 57 | 54 | 3 | 166 | 5D | 37 |
| Octal | 367 | 41 | 47 | 0 | 127 | 124 | 3 | 546 | 135 | 67 |
| Binary | 11110111 | 100001 | 100111 | 0 | 1010111 | 1010100 | 11 | 101100110 | 1011101 | 110111 |
Color Harmonies of #F72127
Complementary color
Monochromatic Colors of #F72127
Black with #F72127
Text Example
Text Example
White with #F72127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72127; }
p { color: rgb(247,33,39); }
H1.HeaderClassName
{
color: #F72127;
}
.AnyTagClassName
{
color: #F72127;
}
</style>
background-color css
<style>
a { background-color: #F72127; }
a { background-color: rgb(247,33,39); }
div.DivClassName
{
background-color: #F72127;
}
.BgClassName
{
background-color: #F72127;
}
</style>
border-color css
<style>
span { border-color: #F72127; }
span { border-color: rgb(247,33,39); }
td.TdClassName
{
border-color: #F72127;
}
.TagClassName
{
border-color: #F72127;
}
</style>