Shades of Red Orange #F03120
Tints of Red Orange #F03120
RGB
CMYK
RGB Variations
Color information
#F03120 (or 0xF03120) is known color: Red Orange. HEX triplet: F0, 31 and 20. RGB value is (240,49,32). Sum of RGB (Red+Green+Blue) = 240+49+32=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F03120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03120 is #0FCEDF. Grayscale: #686868. Windows color (decimal): -1036000 or 2109936. OLE color: 2109936.
HSL color Cylindrical-coordinate representation of color #F03120: hue angle of 4.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F03120 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 32 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.06 |
| HSL | 4.9º | 0.87% | 0.53% | - |
| HSV(B) | 4.9º | 0.87% | 0.94% | - |
| XYZ | 37.29 | 20.83 | 3.42 | - |
| YUV | 104.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 32 | 0 | 0.80 | 0.87 | 0.06 | 4.9 | 0.87 | 0.53 |
| Hex | F0 | 31 | 20 | 0 | 50 | 57 | 6 | 5 | 57 | 35 |
| Octal | 360 | 61 | 40 | 0 | 120 | 127 | 6 | 5 | 127 | 65 |
| Binary | 11110000 | 110001 | 100000 | 0 | 1010000 | 1010111 | 110 | 101 | 1010111 | 110101 |
Color Harmonies of #F03120
Complementary color
Monochromatic Colors of #F03120
Black with #F03120
Text Example
Text Example
White with #F03120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03120; }
p { color: rgb(240,49,32); }
H1.HeaderClassName
{
color: #F03120;
}
.AnyTagClassName
{
color: #F03120;
}
</style>
background-color css
<style>
a { background-color: #F03120; }
a { background-color: rgb(240,49,32); }
div.DivClassName
{
background-color: #F03120;
}
.BgClassName
{
background-color: #F03120;
}
</style>
border-color css
<style>
span { border-color: #F03120; }
span { border-color: rgb(240,49,32); }
td.TdClassName
{
border-color: #F03120;
}
.TagClassName
{
border-color: #F03120;
}
</style>