Shades of Alizarin #F73031
Tints of Alizarin #F73031
RGB
CMYK
RGB Variations
Color information
#F73031 (or 0xF73031) is known color: Alizarin. HEX triplet: F7, 30 and 31. RGB value is (247,48,49). Sum of RGB (Red+Green+Blue) = 247+48+49=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F73031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73031 is #08CFCE. Grayscale: #6B6B6B. Windows color (decimal): -577487 or 3223799. OLE color: 3223799.
HSL color Cylindrical-coordinate representation of color #F73031: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73031 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 49 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.03 |
| HSL | 359.7º | 0.93% | 0.58% | - |
| HSV(B) | 359.7º | 0.81% | 0.97% | - |
| XYZ | 39.97 | 22.11 | 5.07 | - |
| YUV | 107.62 | 94.93 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 49 | 0 | 0.81 | 0.80 | 0.03 | 359.7 | 0.93 | 0.58 |
| Hex | F7 | 30 | 31 | 0 | 51 | 50 | 3 | 168 | 5D | 3A |
| Octal | 367 | 60 | 61 | 0 | 121 | 120 | 3 | 550 | 135 | 72 |
| Binary | 11110111 | 110000 | 110001 | 0 | 1010001 | 1010000 | 11 | 101101000 | 1011101 | 111010 |
Color Harmonies of #F73031
Complementary color
Monochromatic Colors of #F73031
Black with #F73031
Text Example
Text Example
White with #F73031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73031; }
p { color: rgb(247,48,49); }
H1.HeaderClassName
{
color: #F73031;
}
.AnyTagClassName
{
color: #F73031;
}
</style>
background-color css
<style>
a { background-color: #F73031; }
a { background-color: rgb(247,48,49); }
div.DivClassName
{
background-color: #F73031;
}
.BgClassName
{
background-color: #F73031;
}
</style>
border-color css
<style>
span { border-color: #F73031; }
span { border-color: rgb(247,48,49); }
td.TdClassName
{
border-color: #F73031;
}
.TagClassName
{
border-color: #F73031;
}
</style>