Shades of Red Orange #F0342E
Tints of Red Orange #F0342E
RGB
CMYK
RGB Variations
Color information
#F0342E (or 0xF0342E) is known color: Red Orange. HEX triplet: F0, 34 and 2E. RGB value is (240,52,46). Sum of RGB (Red+Green+Blue) = 240+52+46=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0342E is #0FCBD1. Grayscale: #6B6B6B. Windows color (decimal): -1035218 or 3028208. OLE color: 3028208.
HSL color Cylindrical-coordinate representation of color #F0342E: hue angle of 1.86º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0342E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.06 |
| HSL | 1.86º | 0.87% | 0.56% | - |
| HSV(B) | 1.86º | 0.81% | 0.94% | - |
| XYZ | 37.66 | 21.18 | 4.69 | - |
| YUV | 107.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 46 | 0 | 0.78 | 0.81 | 0.06 | 1.86 | 0.87 | 0.56 |
| Hex | F0 | 34 | 2E | 0 | 4E | 51 | 6 | 2 | 57 | 38 |
| Octal | 360 | 64 | 56 | 0 | 116 | 121 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110100 | 101110 | 0 | 1001110 | 1010001 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0342E
Complementary color
Monochromatic Colors of #F0342E
Black with #F0342E
Text Example
Text Example
White with #F0342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0342E; }
p { color: rgb(240,52,46); }
H1.HeaderClassName
{
color: #F0342E;
}
.AnyTagClassName
{
color: #F0342E;
}
</style>
background-color css
<style>
a { background-color: #F0342E; }
a { background-color: rgb(240,52,46); }
div.DivClassName
{
background-color: #F0342E;
}
.BgClassName
{
background-color: #F0342E;
}
</style>
border-color css
<style>
span { border-color: #F0342E; }
span { border-color: rgb(240,52,46); }
td.TdClassName
{
border-color: #F0342E;
}
.TagClassName
{
border-color: #F0342E;
}
</style>