Shades of Alizarin #F7262E
Tints of Alizarin #F7262E
RGB
CMYK
RGB Variations
Color information
#F7262E (or 0xF7262E) is known color: Alizarin. HEX triplet: F7, 26 and 2E. RGB value is (247,38,46). Sum of RGB (Red+Green+Blue) = 247+38+46=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F7262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7262E is #08D9D1. Grayscale: #656565. Windows color (decimal): -580050 or 3024631. OLE color: 3024631.
HSL color Cylindrical-coordinate representation of color #F7262E: hue angle of 357.7º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7262E is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 46 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.03 |
| HSL | 357.7º | 0.93% | 0.56% | - |
| HSV(B) | 357.7º | 0.85% | 0.97% | - |
| XYZ | 39.54 | 21.36 | 4.62 | - |
| YUV | 101.4 | 96.74 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 46 | 0 | 0.85 | 0.81 | 0.03 | 357.7 | 0.93 | 0.56 |
| Hex | F7 | 26 | 2E | 0 | 55 | 51 | 3 | 166 | 5D | 38 |
| Octal | 367 | 46 | 56 | 0 | 125 | 121 | 3 | 546 | 135 | 70 |
| Binary | 11110111 | 100110 | 101110 | 0 | 1010101 | 1010001 | 11 | 101100110 | 1011101 | 111000 |
Color Harmonies of #F7262E
Complementary color
Monochromatic Colors of #F7262E
Black with #F7262E
Text Example
Text Example
White with #F7262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7262E; }
p { color: rgb(247,38,46); }
H1.HeaderClassName
{
color: #F7262E;
}
.AnyTagClassName
{
color: #F7262E;
}
</style>
background-color css
<style>
a { background-color: #F7262E; }
a { background-color: rgb(247,38,46); }
div.DivClassName
{
background-color: #F7262E;
}
.BgClassName
{
background-color: #F7262E;
}
</style>
border-color css
<style>
span { border-color: #F7262E; }
span { border-color: rgb(247,38,46); }
td.TdClassName
{
border-color: #F7262E;
}
.TagClassName
{
border-color: #F7262E;
}
</style>