Shades of Alizarin #F7293E
Tints of Alizarin #F7293E
RGB
CMYK
RGB Variations
Color information
#F7293E (or 0xF7293E) is known color: Alizarin. HEX triplet: F7, 29 and 3E. RGB value is (247,41,62). Sum of RGB (Red+Green+Blue) = 247+41+62=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F7293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7293E is #08D6C1. Grayscale: #696969. Windows color (decimal): -579266 or 4073975. OLE color: 4073975.
HSL color Cylindrical-coordinate representation of color #F7293E: hue angle of 353.88º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7293E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.03 |
| HSL | 353.88º | 0.93% | 0.56% | - |
| HSV(B) | 353.88º | 0.83% | 0.97% | - |
| XYZ | 40.02 | 21.71 | 6.64 | - |
| YUV | 104.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 62 | 0 | 0.83 | 0.75 | 0.03 | 353.88 | 0.93 | 0.56 |
| Hex | F7 | 29 | 3E | 0 | 53 | 4B | 3 | 162 | 5D | 38 |
| Octal | 367 | 51 | 76 | 0 | 123 | 113 | 3 | 542 | 135 | 70 |
| Binary | 11110111 | 101001 | 111110 | 0 | 1010011 | 1001011 | 11 | 101100010 | 1011101 | 111000 |
Color Harmonies of #F7293E
Complementary color
Monochromatic Colors of #F7293E
Black with #F7293E
Text Example
Text Example
White with #F7293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7293E; }
p { color: rgb(247,41,62); }
H1.HeaderClassName
{
color: #F7293E;
}
.AnyTagClassName
{
color: #F7293E;
}
</style>
background-color css
<style>
a { background-color: #F7293E; }
a { background-color: rgb(247,41,62); }
div.DivClassName
{
background-color: #F7293E;
}
.BgClassName
{
background-color: #F7293E;
}
</style>
border-color css
<style>
span { border-color: #F7293E; }
span { border-color: rgb(247,41,62); }
td.TdClassName
{
border-color: #F7293E;
}
.TagClassName
{
border-color: #F7293E;
}
</style>