Shades of Orange Red #F03711
Tints of Orange Red #F03711
RGB
CMYK
RGB Variations
Color information
#F03711 (or 0xF03711) is known color: Orange Red. HEX triplet: F0, 37 and 11. RGB value is (240,55,17). Sum of RGB (Red+Green+Blue) = 240+55+17=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03711 is #0FC8EE. Grayscale: #6A6A6A. Windows color (decimal): -1034479 or 1128432. OLE color: 1128432.
HSL color Cylindrical-coordinate representation of color #F03711: hue angle of 10.22º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03711 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 17 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.06 |
| HSL | 10.22º | 0.88% | 0.5% | - |
| HSV(B) | 10.22º | 0.93% | 0.94% | - |
| XYZ | 37.4 | 21.3 | 2.67 | - |
| YUV | 105.98 | 77.79 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 17 | 0 | 0.77 | 0.93 | 0.06 | 10.22 | 0.88 | 0.5 |
| Hex | F0 | 37 | 11 | 0 | 4D | 5D | 6 | A | 58 | 32 |
| Octal | 360 | 67 | 21 | 0 | 115 | 135 | 6 | 12 | 130 | 62 |
| Binary | 11110000 | 110111 | 10001 | 0 | 1001101 | 1011101 | 110 | 1010 | 1011000 | 110010 |
Color Harmonies of #F03711
Complementary color
Monochromatic Colors of #F03711
Black with #F03711
Text Example
Text Example
White with #F03711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03711; }
p { color: rgb(240,55,17); }
H1.HeaderClassName
{
color: #F03711;
}
.AnyTagClassName
{
color: #F03711;
}
</style>
background-color css
<style>
a { background-color: #F03711; }
a { background-color: rgb(240,55,17); }
div.DivClassName
{
background-color: #F03711;
}
.BgClassName
{
background-color: #F03711;
}
</style>
border-color css
<style>
span { border-color: #F03711; }
span { border-color: rgb(240,55,17); }
td.TdClassName
{
border-color: #F03711;
}
.TagClassName
{
border-color: #F03711;
}
</style>