Shades of Red Orange #F73831
Tints of Red Orange #F73831
RGB
CMYK
RGB Variations
Color information
#F73831 (or 0xF73831) is known color: Red Orange. HEX triplet: F7, 38 and 31. RGB value is (247,56,49). Sum of RGB (Red+Green+Blue) = 247+56+49=352 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.17% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 247 - color contains mainly: red. Hex color #F73831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73831 is #08C7CE. Grayscale: #707070. Windows color (decimal): -575439 or 3225847. OLE color: 3225847.
HSL color Cylindrical-coordinate representation of color #F73831: hue angle of 2.12º 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 #F73831 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 49 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.03 |
| HSL | 2.12º | 0.93% | 0.58% | - |
| HSV(B) | 2.12º | 0.8% | 0.97% | - |
| XYZ | 40.33 | 22.82 | 5.19 | - |
| YUV | 112.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 49 | 0 | 0.77 | 0.80 | 0.03 | 2.12 | 0.93 | 0.58 |
| Hex | F7 | 38 | 31 | 0 | 4D | 50 | 3 | 2 | 5D | 3A |
| Octal | 367 | 70 | 61 | 0 | 115 | 120 | 3 | 2 | 135 | 72 |
| Binary | 11110111 | 111000 | 110001 | 0 | 1001101 | 1010000 | 11 | 10 | 1011101 | 111010 |
Color Harmonies of #F73831
Complementary color
Monochromatic Colors of #F73831
Black with #F73831
Text Example
Text Example
White with #F73831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73831; }
p { color: rgb(247,56,49); }
H1.HeaderClassName
{
color: #F73831;
}
.AnyTagClassName
{
color: #F73831;
}
</style>
background-color css
<style>
a { background-color: #F73831; }
a { background-color: rgb(247,56,49); }
div.DivClassName
{
background-color: #F73831;
}
.BgClassName
{
background-color: #F73831;
}
</style>
border-color css
<style>
span { border-color: #F73831; }
span { border-color: rgb(247,56,49); }
td.TdClassName
{
border-color: #F73831;
}
.TagClassName
{
border-color: #F73831;
}
</style>