Shades of Red Orange #F0372A
Tints of Red Orange #F0372A
RGB
CMYK
RGB Variations
Color information
#F0372A (or 0xF0372A) is known color: Red Orange. HEX triplet: F0, 37 and 2A. RGB value is (240,55,42). Sum of RGB (Red+Green+Blue) = 240+55+42=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0372A is #0FC8D5. Grayscale: #6D6D6D. Windows color (decimal): -1034454 or 2766832. OLE color: 2766832.
HSL color Cylindrical-coordinate representation of color #F0372A: hue angle of 3.94º 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 #F0372A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.06 |
| HSL | 3.94º | 0.87% | 0.55% | - |
| HSV(B) | 3.94º | 0.83% | 0.94% | - |
| XYZ | 37.72 | 21.42 | 4.34 | - |
| YUV | 108.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 42 | 0 | 0.77 | 0.82 | 0.06 | 3.94 | 0.87 | 0.55 |
| Hex | F0 | 37 | 2A | 0 | 4D | 52 | 6 | 4 | 57 | 37 |
| Octal | 360 | 67 | 52 | 0 | 115 | 122 | 6 | 4 | 127 | 67 |
| Binary | 11110000 | 110111 | 101010 | 0 | 1001101 | 1010010 | 110 | 100 | 1010111 | 110111 |
Color Harmonies of #F0372A
Complementary color
Monochromatic Colors of #F0372A
Black with #F0372A
Text Example
Text Example
White with #F0372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0372A; }
p { color: rgb(240,55,42); }
H1.HeaderClassName
{
color: #F0372A;
}
.AnyTagClassName
{
color: #F0372A;
}
</style>
background-color css
<style>
a { background-color: #F0372A; }
a { background-color: rgb(240,55,42); }
div.DivClassName
{
background-color: #F0372A;
}
.BgClassName
{
background-color: #F0372A;
}
</style>
border-color css
<style>
span { border-color: #F0372A; }
span { border-color: rgb(240,55,42); }
td.TdClassName
{
border-color: #F0372A;
}
.TagClassName
{
border-color: #F0372A;
}
</style>