Shades of Red Orange #F0322D
Tints of Red Orange #F0322D
RGB
CMYK
RGB Variations
Color information
#F0322D (or 0xF0322D) is known color: Red Orange. HEX triplet: F0, 32 and 2D. RGB value is (240,50,45). Sum of RGB (Red+Green+Blue) = 240+50+45=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0322D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0322D is #0FCDD2. Grayscale: #6A6A6A. Windows color (decimal): -1035731 or 2962160. OLE color: 2962160.
HSL color Cylindrical-coordinate representation of color #F0322D: hue angle of 1.54º 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 #F0322D is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 45 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.06 |
| HSL | 1.54º | 0.87% | 0.56% | - |
| HSV(B) | 1.54º | 0.81% | 0.94% | - |
| XYZ | 37.55 | 21 | 4.56 | - |
| YUV | 106.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 45 | 0 | 0.79 | 0.81 | 0.06 | 1.54 | 0.87 | 0.56 |
| Hex | F0 | 32 | 2D | 0 | 4F | 51 | 6 | 2 | 57 | 38 |
| Octal | 360 | 62 | 55 | 0 | 117 | 121 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110010 | 101101 | 0 | 1001111 | 1010001 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0322D
Complementary color
Monochromatic Colors of #F0322D
Black with #F0322D
Text Example
Text Example
White with #F0322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0322D; }
p { color: rgb(240,50,45); }
H1.HeaderClassName
{
color: #F0322D;
}
.AnyTagClassName
{
color: #F0322D;
}
</style>
background-color css
<style>
a { background-color: #F0322D; }
a { background-color: rgb(240,50,45); }
div.DivClassName
{
background-color: #F0322D;
}
.BgClassName
{
background-color: #F0322D;
}
</style>
border-color css
<style>
span { border-color: #F0322D; }
span { border-color: rgb(240,50,45); }
td.TdClassName
{
border-color: #F0322D;
}
.TagClassName
{
border-color: #F0322D;
}
</style>