Shades of Red Orange #F0322C
Tints of Red Orange #F0322C
RGB
CMYK
RGB Variations
Color information
#F0322C (or 0xF0322C) is known color: Red Orange. HEX triplet: F0, 32 and 2C. RGB value is (240,50,44). Sum of RGB (Red+Green+Blue) = 240+50+44=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0322C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0322C is #0FCDD3. Grayscale: #6A6A6A. Windows color (decimal): -1035732 or 2896624. OLE color: 2896624.
HSL color Cylindrical-coordinate representation of color #F0322C: hue angle of 1.84º 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 #F0322C is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 44 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.06 |
| HSL | 1.84º | 0.87% | 0.56% | - |
| HSV(B) | 1.84º | 0.82% | 0.94% | - |
| XYZ | 37.53 | 20.99 | 4.46 | - |
| YUV | 106.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 44 | 0 | 0.79 | 0.82 | 0.06 | 1.84 | 0.87 | 0.56 |
| Hex | F0 | 32 | 2C | 0 | 4F | 52 | 6 | 2 | 57 | 38 |
| Octal | 360 | 62 | 54 | 0 | 117 | 122 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110010 | 101100 | 0 | 1001111 | 1010010 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0322C
Complementary color
Monochromatic Colors of #F0322C
Black with #F0322C
Text Example
Text Example
White with #F0322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0322C; }
p { color: rgb(240,50,44); }
H1.HeaderClassName
{
color: #F0322C;
}
.AnyTagClassName
{
color: #F0322C;
}
</style>
background-color css
<style>
a { background-color: #F0322C; }
a { background-color: rgb(240,50,44); }
div.DivClassName
{
background-color: #F0322C;
}
.BgClassName
{
background-color: #F0322C;
}
</style>
border-color css
<style>
span { border-color: #F0322C; }
span { border-color: rgb(240,50,44); }
td.TdClassName
{
border-color: #F0322C;
}
.TagClassName
{
border-color: #F0322C;
}
</style>