Shades of Alizarin #F73137
Tints of Alizarin #F73137
RGB
CMYK
RGB Variations
Color information
#F73137 (or 0xF73137) is known color: Alizarin. HEX triplet: F7, 31 and 37. RGB value is (247,49,55). Sum of RGB (Red+Green+Blue) = 247+49+55=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F73137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73137 is #08CEC8. Grayscale: #6D6D6D. Windows color (decimal): -577225 or 3617271. OLE color: 3617271.
HSL color Cylindrical-coordinate representation of color #F73137: hue angle of 358.18º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73137 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 55 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.03 |
| HSL | 358.18º | 0.93% | 0.58% | - |
| HSV(B) | 358.18º | 0.8% | 0.97% | - |
| XYZ | 40.15 | 22.25 | 5.79 | - |
| YUV | 108.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 55 | 0 | 0.80 | 0.78 | 0.03 | 358.18 | 0.93 | 0.58 |
| Hex | F7 | 31 | 37 | 0 | 50 | 4E | 3 | 166 | 5D | 3A |
| Octal | 367 | 61 | 67 | 0 | 120 | 116 | 3 | 546 | 135 | 72 |
| Binary | 11110111 | 110001 | 110111 | 0 | 1010000 | 1001110 | 11 | 101100110 | 1011101 | 111010 |
Color Harmonies of #F73137
Complementary color
Monochromatic Colors of #F73137
Black with #F73137
Text Example
Text Example
White with #F73137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73137; }
p { color: rgb(247,49,55); }
H1.HeaderClassName
{
color: #F73137;
}
.AnyTagClassName
{
color: #F73137;
}
</style>
background-color css
<style>
a { background-color: #F73137; }
a { background-color: rgb(247,49,55); }
div.DivClassName
{
background-color: #F73137;
}
.BgClassName
{
background-color: #F73137;
}
</style>
border-color css
<style>
span { border-color: #F73137; }
span { border-color: rgb(247,49,55); }
td.TdClassName
{
border-color: #F73137;
}
.TagClassName
{
border-color: #F73137;
}
</style>