Shades of Orange Red #F7370D
Tints of Orange Red #F7370D
RGB
CMYK
RGB Variations
Color information
#F7370D (or 0xF7370D) is known color: Orange Red. HEX triplet: F7, 37 and 0D. RGB value is (247,55,13). Sum of RGB (Red+Green+Blue) = 247+55+13=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7370D is #08C8F2. Grayscale: #6B6B6B. Windows color (decimal): -575731 or 866295. OLE color: 866295.
HSL color Cylindrical-coordinate representation of color #F7370D: hue angle of 10.77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7370D is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 13 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.03 |
| HSL | 10.77º | 0.94% | 0.51% | - |
| HSV(B) | 10.77º | 0.95% | 0.97% | - |
| XYZ | 39.8 | 22.54 | 2.63 | - |
| YUV | 107.62 | 74.61 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 13 | 0 | 0.78 | 0.95 | 0.03 | 10.77 | 0.94 | 0.51 |
| Hex | F7 | 37 | D | 0 | 4E | 5F | 3 | B | 5E | 33 |
| Octal | 367 | 67 | 15 | 0 | 116 | 137 | 3 | 13 | 136 | 63 |
| Binary | 11110111 | 110111 | 1101 | 0 | 1001110 | 1011111 | 11 | 1011 | 1011110 | 110011 |
Color Harmonies of #F7370D
Complementary color
Monochromatic Colors of #F7370D
Black with #F7370D
Text Example
Text Example
White with #F7370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7370D; }
p { color: rgb(247,55,13); }
H1.HeaderClassName
{
color: #F7370D;
}
.AnyTagClassName
{
color: #F7370D;
}
</style>
background-color css
<style>
a { background-color: #F7370D; }
a { background-color: rgb(247,55,13); }
div.DivClassName
{
background-color: #F7370D;
}
.BgClassName
{
background-color: #F7370D;
}
</style>
border-color css
<style>
span { border-color: #F7370D; }
span { border-color: rgb(247,55,13); }
td.TdClassName
{
border-color: #F7370D;
}
.TagClassName
{
border-color: #F7370D;
}
</style>