Shades of Red Orange #F0352D
Tints of Red Orange #F0352D
RGB
CMYK
RGB Variations
Color information
#F0352D (or 0xF0352D) is known color: Red Orange. HEX triplet: F0, 35 and 2D. RGB value is (240,53,45). Sum of RGB (Red+Green+Blue) = 240+53+45=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0352D is #0FCAD2. Grayscale: #6C6C6C. Windows color (decimal): -1034963 or 2962928. OLE color: 2962928.
HSL color Cylindrical-coordinate representation of color #F0352D: hue angle of 2.46º 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 #F0352D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 45 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.06 |
| HSL | 2.46º | 0.87% | 0.56% | - |
| HSV(B) | 2.46º | 0.81% | 0.94% | - |
| XYZ | 37.68 | 21.26 | 4.6 | - |
| YUV | 108 | 92.45 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 45 | 0 | 0.78 | 0.81 | 0.06 | 2.46 | 0.87 | 0.56 |
| Hex | F0 | 35 | 2D | 0 | 4E | 51 | 6 | 2 | 57 | 38 |
| Octal | 360 | 65 | 55 | 0 | 116 | 121 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110101 | 101101 | 0 | 1001110 | 1010001 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0352D
Complementary color
Monochromatic Colors of #F0352D
Black with #F0352D
Text Example
Text Example
White with #F0352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0352D; }
p { color: rgb(240,53,45); }
H1.HeaderClassName
{
color: #F0352D;
}
.AnyTagClassName
{
color: #F0352D;
}
</style>
background-color css
<style>
a { background-color: #F0352D; }
a { background-color: rgb(240,53,45); }
div.DivClassName
{
background-color: #F0352D;
}
.BgClassName
{
background-color: #F0352D;
}
</style>
border-color css
<style>
span { border-color: #F0352D; }
span { border-color: rgb(240,53,45); }
td.TdClassName
{
border-color: #F0352D;
}
.TagClassName
{
border-color: #F0352D;
}
</style>