Shades of Orange Red #F53713
Tints of Orange Red #F53713
RGB
CMYK
RGB Variations
Color information
#F53713 (or 0xF53713) is known color: Orange Red. HEX triplet: F5, 37 and 13. RGB value is (245,55,19). Sum of RGB (Red+Green+Blue) = 245+55+19=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F53713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53713 is #0AC8EC. Grayscale: #6C6C6C. Windows color (decimal): -706797 or 1259509. OLE color: 1259509.
HSL color Cylindrical-coordinate representation of color #F53713: hue angle of 9.56º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F53713 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.04 |
| HSL | 9.56º | 0.92% | 0.52% | - |
| HSV(B) | 9.56º | 0.92% | 0.96% | - |
| XYZ | 39.14 | 22.19 | 2.84 | - |
| YUV | 107.71 | 77.95 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 19 | 0 | 0.78 | 0.92 | 0.04 | 9.56 | 0.92 | 0.52 |
| Hex | F5 | 37 | 13 | 0 | 4E | 5C | 4 | A | 5C | 34 |
| Octal | 365 | 67 | 23 | 0 | 116 | 134 | 4 | 12 | 134 | 64 |
| Binary | 11110101 | 110111 | 10011 | 0 | 1001110 | 1011100 | 100 | 1010 | 1011100 | 110100 |
Color Harmonies of #F53713
Complementary color
Monochromatic Colors of #F53713
Black with #F53713
Text Example
Text Example
White with #F53713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53713; }
p { color: rgb(245,55,19); }
H1.HeaderClassName
{
color: #F53713;
}
.AnyTagClassName
{
color: #F53713;
}
</style>
background-color css
<style>
a { background-color: #F53713; }
a { background-color: rgb(245,55,19); }
div.DivClassName
{
background-color: #F53713;
}
.BgClassName
{
background-color: #F53713;
}
</style>
border-color css
<style>
span { border-color: #F53713; }
span { border-color: rgb(245,55,19); }
td.TdClassName
{
border-color: #F53713;
}
.TagClassName
{
border-color: #F53713;
}
</style>