Shades of Red Orange #F0322E
Tints of Red Orange #F0322E
RGB
CMYK
RGB Variations
Color information
#F0322E (or 0xF0322E) is known color: Red Orange. HEX triplet: F0, 32 and 2E. RGB value is (240,50,46). Sum of RGB (Red+Green+Blue) = 240+50+46=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0322E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0322E is #0FCDD1. Grayscale: #6A6A6A. Windows color (decimal): -1035730 or 3027696. OLE color: 3027696.
HSL color Cylindrical-coordinate representation of color #F0322E: hue angle of 1.24º 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 #F0322E is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 46 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.06 |
| HSL | 1.24º | 0.87% | 0.56% | - |
| HSV(B) | 1.24º | 0.81% | 0.94% | - |
| XYZ | 37.57 | 21 | 4.66 | - |
| YUV | 106.35 | 93.95 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 46 | 0 | 0.79 | 0.81 | 0.06 | 1.24 | 0.87 | 0.56 |
| Hex | F0 | 32 | 2E | 0 | 4F | 51 | 6 | 1 | 57 | 38 |
| Octal | 360 | 62 | 56 | 0 | 117 | 121 | 6 | 1 | 127 | 70 |
| Binary | 11110000 | 110010 | 101110 | 0 | 1001111 | 1010001 | 110 | 1 | 1010111 | 111000 |
Color Harmonies of #F0322E
Complementary color
Monochromatic Colors of #F0322E
Black with #F0322E
Text Example
Text Example
White with #F0322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0322E; }
p { color: rgb(240,50,46); }
H1.HeaderClassName
{
color: #F0322E;
}
.AnyTagClassName
{
color: #F0322E;
}
</style>
background-color css
<style>
a { background-color: #F0322E; }
a { background-color: rgb(240,50,46); }
div.DivClassName
{
background-color: #F0322E;
}
.BgClassName
{
background-color: #F0322E;
}
</style>
border-color css
<style>
span { border-color: #F0322E; }
span { border-color: rgb(240,50,46); }
td.TdClassName
{
border-color: #F0322E;
}
.TagClassName
{
border-color: #F0322E;
}
</style>