Shades of Red Orange #F0311F
Tints of Red Orange #F0311F
RGB
CMYK
RGB Variations
Color information
#F0311F (or 0xF0311F) is known color: Red Orange. HEX triplet: F0, 31 and 1F. RGB value is (240,49,31). Sum of RGB (Red+Green+Blue) = 240+49+31=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0311F is #0FCEE0. Grayscale: #686868. Windows color (decimal): -1036001 or 2044400. OLE color: 2044400.
HSL color Cylindrical-coordinate representation of color #F0311F: hue angle of 5.17º 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 #F0311F is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 31 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.06 |
| HSL | 5.17º | 0.87% | 0.53% | - |
| HSV(B) | 5.17º | 0.87% | 0.94% | - |
| XYZ | 37.28 | 20.82 | 3.35 | - |
| YUV | 104.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 31 | 0 | 0.80 | 0.87 | 0.06 | 5.17 | 0.87 | 0.53 |
| Hex | F0 | 31 | 1F | 0 | 50 | 57 | 6 | 5 | 57 | 35 |
| Octal | 360 | 61 | 37 | 0 | 120 | 127 | 6 | 5 | 127 | 65 |
| Binary | 11110000 | 110001 | 11111 | 0 | 1010000 | 1010111 | 110 | 101 | 1010111 | 110101 |
Color Harmonies of #F0311F
Complementary color
Monochromatic Colors of #F0311F
Black with #F0311F
Text Example
Text Example
White with #F0311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0311F; }
p { color: rgb(240,49,31); }
H1.HeaderClassName
{
color: #F0311F;
}
.AnyTagClassName
{
color: #F0311F;
}
</style>
background-color css
<style>
a { background-color: #F0311F; }
a { background-color: rgb(240,49,31); }
div.DivClassName
{
background-color: #F0311F;
}
.BgClassName
{
background-color: #F0311F;
}
</style>
border-color css
<style>
span { border-color: #F0311F; }
span { border-color: rgb(240,49,31); }
td.TdClassName
{
border-color: #F0311F;
}
.TagClassName
{
border-color: #F0311F;
}
</style>