Shades of Alizarin #F7293D
Tints of Alizarin #F7293D
RGB
CMYK
RGB Variations
Color information
#F7293D (or 0xF7293D) is known color: Alizarin. HEX triplet: F7, 29 and 3D. RGB value is (247,41,61). Sum of RGB (Red+Green+Blue) = 247+41+61=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F7293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7293D is #08D6C2. Grayscale: #686868. Windows color (decimal): -579267 or 4008439. OLE color: 4008439.
HSL color Cylindrical-coordinate representation of color #F7293D: hue angle of 354.17º 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 #F7293D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 61 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.03 |
| HSL | 354.17º | 0.93% | 0.56% | - |
| HSV(B) | 354.17º | 0.83% | 0.97% | - |
| XYZ | 39.99 | 21.7 | 6.49 | - |
| YUV | 104.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 61 | 0 | 0.83 | 0.75 | 0.03 | 354.17 | 0.93 | 0.56 |
| Hex | F7 | 29 | 3D | 0 | 53 | 4B | 3 | 162 | 5D | 38 |
| Octal | 367 | 51 | 75 | 0 | 123 | 113 | 3 | 542 | 135 | 70 |
| Binary | 11110111 | 101001 | 111101 | 0 | 1010011 | 1001011 | 11 | 101100010 | 1011101 | 111000 |
Color Harmonies of #F7293D
Complementary color
Monochromatic Colors of #F7293D
Black with #F7293D
Text Example
Text Example
White with #F7293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7293D; }
p { color: rgb(247,41,61); }
H1.HeaderClassName
{
color: #F7293D;
}
.AnyTagClassName
{
color: #F7293D;
}
</style>
background-color css
<style>
a { background-color: #F7293D; }
a { background-color: rgb(247,41,61); }
div.DivClassName
{
background-color: #F7293D;
}
.BgClassName
{
background-color: #F7293D;
}
</style>
border-color css
<style>
span { border-color: #F7293D; }
span { border-color: rgb(247,41,61); }
td.TdClassName
{
border-color: #F7293D;
}
.TagClassName
{
border-color: #F7293D;
}
</style>