Shades of Red Orange #F0342C
Tints of Red Orange #F0342C
RGB
CMYK
RGB Variations
Color information
#F0342C (or 0xF0342C) is known color: Red Orange. HEX triplet: F0, 34 and 2C. RGB value is (240,52,44). Sum of RGB (Red+Green+Blue) = 240+52+44=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0342C is #0FCBD3. Grayscale: #6B6B6B. Windows color (decimal): -1035220 or 2897136. OLE color: 2897136.
HSL color Cylindrical-coordinate representation of color #F0342C: hue angle of 2.45º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0342C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 44 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.06 |
| HSL | 2.45º | 0.87% | 0.56% | - |
| HSV(B) | 2.45º | 0.82% | 0.94% | - |
| XYZ | 37.62 | 21.16 | 4.49 | - |
| YUV | 107.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 44 | 0 | 0.78 | 0.82 | 0.06 | 2.45 | 0.87 | 0.56 |
| Hex | F0 | 34 | 2C | 0 | 4E | 52 | 6 | 2 | 57 | 38 |
| Octal | 360 | 64 | 54 | 0 | 116 | 122 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110100 | 101100 | 0 | 1001110 | 1010010 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0342C
Complementary color
Monochromatic Colors of #F0342C
Black with #F0342C
Text Example
Text Example
White with #F0342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0342C; }
p { color: rgb(240,52,44); }
H1.HeaderClassName
{
color: #F0342C;
}
.AnyTagClassName
{
color: #F0342C;
}
</style>
background-color css
<style>
a { background-color: #F0342C; }
a { background-color: rgb(240,52,44); }
div.DivClassName
{
background-color: #F0342C;
}
.BgClassName
{
background-color: #F0342C;
}
</style>
border-color css
<style>
span { border-color: #F0342C; }
span { border-color: rgb(240,52,44); }
td.TdClassName
{
border-color: #F0342C;
}
.TagClassName
{
border-color: #F0342C;
}
</style>