Shades of Red Orange #F0341E
Tints of Red Orange #F0341E
RGB
CMYK
RGB Variations
Color information
#F0341E (or 0xF0341E) is known color: Red Orange. HEX triplet: F0, 34 and 1E. RGB value is (240,52,30). Sum of RGB (Red+Green+Blue) = 240+52+30=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0341E is #0FCBE1. Grayscale: #696969. Windows color (decimal): -1035234 or 1979632. OLE color: 1979632.
HSL color Cylindrical-coordinate representation of color #F0341E: hue angle of 6.29º 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 #F0341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.06 |
| HSL | 6.29º | 0.88% | 0.53% | - |
| HSV(B) | 6.29º | 0.88% | 0.94% | - |
| XYZ | 37.4 | 21.07 | 3.33 | - |
| YUV | 105.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 30 | 0 | 0.78 | 0.87 | 0.06 | 6.29 | 0.88 | 0.53 |
| Hex | F0 | 34 | 1E | 0 | 4E | 57 | 6 | 6 | 58 | 35 |
| Octal | 360 | 64 | 36 | 0 | 116 | 127 | 6 | 6 | 130 | 65 |
| Binary | 11110000 | 110100 | 11110 | 0 | 1001110 | 1010111 | 110 | 110 | 1011000 | 110101 |
Color Harmonies of #F0341E
Complementary color
Monochromatic Colors of #F0341E
Black with #F0341E
Text Example
Text Example
White with #F0341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0341E; }
p { color: rgb(240,52,30); }
H1.HeaderClassName
{
color: #F0341E;
}
.AnyTagClassName
{
color: #F0341E;
}
</style>
background-color css
<style>
a { background-color: #F0341E; }
a { background-color: rgb(240,52,30); }
div.DivClassName
{
background-color: #F0341E;
}
.BgClassName
{
background-color: #F0341E;
}
</style>
border-color css
<style>
span { border-color: #F0341E; }
span { border-color: rgb(240,52,30); }
td.TdClassName
{
border-color: #F0341E;
}
.TagClassName
{
border-color: #F0341E;
}
</style>