Shades of Red Orange #F0311D
Tints of Red Orange #F0311D
RGB
CMYK
RGB Variations
Color information
#F0311D (or 0xF0311D) is known color: Red Orange. HEX triplet: F0, 31 and 1D. RGB value is (240,49,29). Sum of RGB (Red+Green+Blue) = 240+49+29=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F0311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0311D is #0FCEE2. Grayscale: #686868. Windows color (decimal): -1036003 or 1913328. OLE color: 1913328.
HSL color Cylindrical-coordinate representation of color #F0311D: hue angle of 5.69º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0311D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.06 |
| HSL | 5.69º | 0.88% | 0.53% | - |
| HSV(B) | 5.69º | 0.88% | 0.94% | - |
| XYZ | 37.26 | 20.81 | 3.22 | - |
| YUV | 103.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 29 | 0 | 0.80 | 0.88 | 0.06 | 5.69 | 0.88 | 0.53 |
| Hex | F0 | 31 | 1D | 0 | 50 | 58 | 6 | 6 | 58 | 35 |
| Octal | 360 | 61 | 35 | 0 | 120 | 130 | 6 | 6 | 130 | 65 |
| Binary | 11110000 | 110001 | 11101 | 0 | 1010000 | 1011000 | 110 | 110 | 1011000 | 110101 |
Color Harmonies of #F0311D
Complementary color
Monochromatic Colors of #F0311D
Black with #F0311D
Text Example
Text Example
White with #F0311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0311D; }
p { color: rgb(240,49,29); }
H1.HeaderClassName
{
color: #F0311D;
}
.AnyTagClassName
{
color: #F0311D;
}
</style>
background-color css
<style>
a { background-color: #F0311D; }
a { background-color: rgb(240,49,29); }
div.DivClassName
{
background-color: #F0311D;
}
.BgClassName
{
background-color: #F0311D;
}
</style>
border-color css
<style>
span { border-color: #F0311D; }
span { border-color: rgb(240,49,29); }
td.TdClassName
{
border-color: #F0311D;
}
.TagClassName
{
border-color: #F0311D;
}
</style>