Shades of Red Orange #F0322A
Tints of Red Orange #F0322A
RGB
CMYK
RGB Variations
Color information
#F0322A (or 0xF0322A) is known color: Red Orange. HEX triplet: F0, 32 and 2A. RGB value is (240,50,42). Sum of RGB (Red+Green+Blue) = 240+50+42=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0322A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0322A is #0FCDD5. Grayscale: #6A6A6A. Windows color (decimal): -1035734 or 2765552. OLE color: 2765552.
HSL color Cylindrical-coordinate representation of color #F0322A: hue angle of 2.42º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0322A is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 42 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.06 |
| HSL | 2.42º | 0.87% | 0.55% | - |
| HSV(B) | 2.42º | 0.83% | 0.94% | - |
| XYZ | 37.49 | 20.97 | 4.26 | - |
| YUV | 105.9 | 91.95 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 42 | 0 | 0.79 | 0.82 | 0.06 | 2.42 | 0.87 | 0.55 |
| Hex | F0 | 32 | 2A | 0 | 4F | 52 | 6 | 2 | 57 | 37 |
| Octal | 360 | 62 | 52 | 0 | 117 | 122 | 6 | 2 | 127 | 67 |
| Binary | 11110000 | 110010 | 101010 | 0 | 1001111 | 1010010 | 110 | 10 | 1010111 | 110111 |
Color Harmonies of #F0322A
Complementary color
Monochromatic Colors of #F0322A
Black with #F0322A
Text Example
Text Example
White with #F0322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0322A; }
p { color: rgb(240,50,42); }
H1.HeaderClassName
{
color: #F0322A;
}
.AnyTagClassName
{
color: #F0322A;
}
</style>
background-color css
<style>
a { background-color: #F0322A; }
a { background-color: rgb(240,50,42); }
div.DivClassName
{
background-color: #F0322A;
}
.BgClassName
{
background-color: #F0322A;
}
</style>
border-color css
<style>
span { border-color: #F0322A; }
span { border-color: rgb(240,50,42); }
td.TdClassName
{
border-color: #F0322A;
}
.TagClassName
{
border-color: #F0322A;
}
</style>