Shades of Alizarin #F7273B
Tints of Alizarin #F7273B
RGB
CMYK
RGB Variations
Color information
#F7273B (or 0xF7273B) is known color: Alizarin. HEX triplet: F7, 27 and 3B. RGB value is (247,39,59). Sum of RGB (Red+Green+Blue) = 247+39+59=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273B is #08D8C4. Grayscale: #676767. Windows color (decimal): -579781 or 3876855. OLE color: 3876855.
HSL color Cylindrical-coordinate representation of color #F7273B: hue angle of 354.23º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7273B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.03 |
| HSL | 354.23º | 0.93% | 0.56% | - |
| HSV(B) | 354.23º | 0.84% | 0.97% | - |
| XYZ | 39.87 | 21.54 | 6.19 | - |
| YUV | 103.47 | 102.91 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 59 | 0 | 0.84 | 0.76 | 0.03 | 354.23 | 0.93 | 0.56 |
| Hex | F7 | 27 | 3B | 0 | 54 | 4C | 3 | 162 | 5D | 38 |
| Octal | 367 | 47 | 73 | 0 | 124 | 114 | 3 | 542 | 135 | 70 |
| Binary | 11110111 | 100111 | 111011 | 0 | 1010100 | 1001100 | 11 | 101100010 | 1011101 | 111000 |
Color Harmonies of #F7273B
Complementary color
Monochromatic Colors of #F7273B
Black with #F7273B
Text Example
Text Example
White with #F7273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7273B; }
p { color: rgb(247,39,59); }
H1.HeaderClassName
{
color: #F7273B;
}
.AnyTagClassName
{
color: #F7273B;
}
</style>
background-color css
<style>
a { background-color: #F7273B; }
a { background-color: rgb(247,39,59); }
div.DivClassName
{
background-color: #F7273B;
}
.BgClassName
{
background-color: #F7273B;
}
</style>
border-color css
<style>
span { border-color: #F7273B; }
span { border-color: rgb(247,39,59); }
td.TdClassName
{
border-color: #F7273B;
}
.TagClassName
{
border-color: #F7273B;
}
</style>