Shades of Red Orange #F0342D
Tints of Red Orange #F0342D
RGB
CMYK
RGB Variations
Color information
#F0342D (or 0xF0342D) is known color: Red Orange. HEX triplet: F0, 34 and 2D. RGB value is (240,52,45). Sum of RGB (Red+Green+Blue) = 240+52+45=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0342D is #0FCBD2. Grayscale: #6B6B6B. Windows color (decimal): -1035219 or 2962672. OLE color: 2962672.
HSL color Cylindrical-coordinate representation of color #F0342D: hue angle of 2.15º 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 #F0342D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.06 |
| HSL | 2.15º | 0.87% | 0.56% | - |
| HSV(B) | 2.15º | 0.81% | 0.94% | - |
| XYZ | 37.64 | 21.17 | 4.59 | - |
| YUV | 107.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 45 | 0 | 0.78 | 0.81 | 0.06 | 2.15 | 0.87 | 0.56 |
| Hex | F0 | 34 | 2D | 0 | 4E | 51 | 6 | 2 | 57 | 38 |
| Octal | 360 | 64 | 55 | 0 | 116 | 121 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110100 | 101101 | 0 | 1001110 | 1010001 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0342D
Complementary color
Monochromatic Colors of #F0342D
Black with #F0342D
Text Example
Text Example
White with #F0342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0342D; }
p { color: rgb(240,52,45); }
H1.HeaderClassName
{
color: #F0342D;
}
.AnyTagClassName
{
color: #F0342D;
}
</style>
background-color css
<style>
a { background-color: #F0342D; }
a { background-color: rgb(240,52,45); }
div.DivClassName
{
background-color: #F0342D;
}
.BgClassName
{
background-color: #F0342D;
}
</style>
border-color css
<style>
span { border-color: #F0342D; }
span { border-color: rgb(240,52,45); }
td.TdClassName
{
border-color: #F0342D;
}
.TagClassName
{
border-color: #F0342D;
}
</style>