Shades of Red Orange #F0312F
Tints of Red Orange #F0312F
RGB
CMYK
RGB Variations
Color information
#F0312F (or 0xF0312F) is known color: Red Orange. HEX triplet: F0, 31 and 2F. RGB value is (240,49,47). Sum of RGB (Red+Green+Blue) = 240+49+47=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0312F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0312F is #0FCED0. Grayscale: #6A6A6A. Windows color (decimal): -1035985 or 3092976. OLE color: 3092976.
HSL color Cylindrical-coordinate representation of color #F0312F: hue angle of 0.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0312F is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 47 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.06 |
| HSL | 0.62º | 0.87% | 0.56% | - |
| HSV(B) | 0.62º | 0.8% | 0.94% | - |
| XYZ | 37.55 | 20.93 | 4.75 | - |
| YUV | 105.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 47 | 0 | 0.80 | 0.80 | 0.06 | 0.62 | 0.87 | 0.56 |
| Hex | F0 | 31 | 2F | 0 | 50 | 50 | 6 | 1 | 57 | 38 |
| Octal | 360 | 61 | 57 | 0 | 120 | 120 | 6 | 1 | 127 | 70 |
| Binary | 11110000 | 110001 | 101111 | 0 | 1010000 | 1010000 | 110 | 1 | 1010111 | 111000 |
Color Harmonies of #F0312F
Complementary color
Monochromatic Colors of #F0312F
Black with #F0312F
Text Example
Text Example
White with #F0312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0312F; }
p { color: rgb(240,49,47); }
H1.HeaderClassName
{
color: #F0312F;
}
.AnyTagClassName
{
color: #F0312F;
}
</style>
background-color css
<style>
a { background-color: #F0312F; }
a { background-color: rgb(240,49,47); }
div.DivClassName
{
background-color: #F0312F;
}
.BgClassName
{
background-color: #F0312F;
}
</style>
border-color css
<style>
span { border-color: #F0312F; }
span { border-color: rgb(240,49,47); }
td.TdClassName
{
border-color: #F0312F;
}
.TagClassName
{
border-color: #F0312F;
}
</style>