Shades of Red Orange #F0331E
Tints of Red Orange #F0331E
RGB
CMYK
RGB Variations
Color information
#F0331E (or 0xF0331E) is known color: Red Orange. HEX triplet: F0, 33 and 1E. RGB value is (240,51,30). Sum of RGB (Red+Green+Blue) = 240+51+30=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0331E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0331E is #0FCCE1. Grayscale: #696969. Windows color (decimal): -1035490 or 1979376. OLE color: 1979376.
HSL color Cylindrical-coordinate representation of color #F0331E: hue angle of 6º 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 #F0331E is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 30 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.06 |
| HSL | 6º | 0.88% | 0.53% | - |
| HSV(B) | 6º | 0.88% | 0.94% | - |
| XYZ | 37.35 | 20.99 | 3.31 | - |
| YUV | 105.12 | 85.62 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 30 | 0 | 0.79 | 0.87 | 0.06 | 6 | 0.88 | 0.53 |
| Hex | F0 | 33 | 1E | 0 | 4F | 57 | 6 | 6 | 58 | 35 |
| Octal | 360 | 63 | 36 | 0 | 117 | 127 | 6 | 6 | 130 | 65 |
| Binary | 11110000 | 110011 | 11110 | 0 | 1001111 | 1010111 | 110 | 110 | 1011000 | 110101 |
Color Harmonies of #F0331E
Complementary color
Monochromatic Colors of #F0331E
Black with #F0331E
Text Example
Text Example
White with #F0331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0331E; }
p { color: rgb(240,51,30); }
H1.HeaderClassName
{
color: #F0331E;
}
.AnyTagClassName
{
color: #F0331E;
}
</style>
background-color css
<style>
a { background-color: #F0331E; }
a { background-color: rgb(240,51,30); }
div.DivClassName
{
background-color: #F0331E;
}
.BgClassName
{
background-color: #F0331E;
}
</style>
border-color css
<style>
span { border-color: #F0331E; }
span { border-color: rgb(240,51,30); }
td.TdClassName
{
border-color: #F0331E;
}
.TagClassName
{
border-color: #F0331E;
}
</style>