Shades of Red Orange #F73631
Tints of Red Orange #F73631
RGB
CMYK
RGB Variations
Color information
#F73631 (or 0xF73631) is known color: Red Orange. HEX triplet: F7, 36 and 31. RGB value is (247,54,49). Sum of RGB (Red+Green+Blue) = 247+54+49=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F73631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73631 is #08C9CE. Grayscale: #6F6F6F. Windows color (decimal): -575951 or 3225335. OLE color: 3225335.
HSL color Cylindrical-coordinate representation of color #F73631: hue angle of 1.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F73631 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 49 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.03 |
| HSL | 1.52º | 0.93% | 0.58% | - |
| HSV(B) | 1.52º | 0.8% | 0.97% | - |
| XYZ | 40.23 | 22.63 | 5.15 | - |
| YUV | 111.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 49 | 0 | 0.78 | 0.80 | 0.03 | 1.52 | 0.93 | 0.58 |
| Hex | F7 | 36 | 31 | 0 | 4E | 50 | 3 | 2 | 5D | 3A |
| Octal | 367 | 66 | 61 | 0 | 116 | 120 | 3 | 2 | 135 | 72 |
| Binary | 11110111 | 110110 | 110001 | 0 | 1001110 | 1010000 | 11 | 10 | 1011101 | 111010 |
Color Harmonies of #F73631
Complementary color
Monochromatic Colors of #F73631
Black with #F73631
Text Example
Text Example
White with #F73631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73631; }
p { color: rgb(247,54,49); }
H1.HeaderClassName
{
color: #F73631;
}
.AnyTagClassName
{
color: #F73631;
}
</style>
background-color css
<style>
a { background-color: #F73631; }
a { background-color: rgb(247,54,49); }
div.DivClassName
{
background-color: #F73631;
}
.BgClassName
{
background-color: #F73631;
}
</style>
border-color css
<style>
span { border-color: #F73631; }
span { border-color: rgb(247,54,49); }
td.TdClassName
{
border-color: #F73631;
}
.TagClassName
{
border-color: #F73631;
}
</style>