Shades of Red Orange #F02920
Tints of Red Orange #F02920
RGB
CMYK
RGB Variations
Color information
#F02920 (or 0xF02920) is known color: Red Orange. HEX triplet: F0, 29 and 20. RGB value is (240,41,32). Sum of RGB (Red+Green+Blue) = 240+41+32=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02920 is #0FD6DF. Grayscale: #636363. Windows color (decimal): -1038048 or 2107888. OLE color: 2107888.
HSL color Cylindrical-coordinate representation of color #F02920: hue angle of 2.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02920 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.06 |
| HSL | 2.6º | 0.87% | 0.53% | - |
| HSV(B) | 2.6º | 0.87% | 0.94% | - |
| XYZ | 36.99 | 20.22 | 3.32 | - |
| YUV | 99.48 | 89.93 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 32 | 0 | 0.83 | 0.87 | 0.06 | 2.6 | 0.87 | 0.53 |
| Hex | F0 | 29 | 20 | 0 | 53 | 57 | 6 | 3 | 57 | 35 |
| Octal | 360 | 51 | 40 | 0 | 123 | 127 | 6 | 3 | 127 | 65 |
| Binary | 11110000 | 101001 | 100000 | 0 | 1010011 | 1010111 | 110 | 11 | 1010111 | 110101 |
Color Harmonies of #F02920
Complementary color
Monochromatic Colors of #F02920
Black with #F02920
Text Example
Text Example
White with #F02920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02920; }
p { color: rgb(240,41,32); }
H1.HeaderClassName
{
color: #F02920;
}
.AnyTagClassName
{
color: #F02920;
}
</style>
background-color css
<style>
a { background-color: #F02920; }
a { background-color: rgb(240,41,32); }
div.DivClassName
{
background-color: #F02920;
}
.BgClassName
{
background-color: #F02920;
}
</style>
border-color css
<style>
span { border-color: #F02920; }
span { border-color: rgb(240,41,32); }
td.TdClassName
{
border-color: #F02920;
}
.TagClassName
{
border-color: #F02920;
}
</style>