Shades of Orange Red #F0370B
Tints of Orange Red #F0370B
RGB
CMYK
RGB Variations
Color information
#F0370B (or 0xF0370B) is known color: Orange Red. HEX triplet: F0, 37 and 0B. RGB value is (240,55,11). Sum of RGB (Red+Green+Blue) = 240+55+11=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0370B is #0FC8F4. Grayscale: #696969. Windows color (decimal): -1034485 or 735216. OLE color: 735216.
HSL color Cylindrical-coordinate representation of color #F0370B: hue angle of 11.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0370B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.06 |
| HSL | 11.53º | 0.91% | 0.49% | - |
| HSV(B) | 11.53º | 0.95% | 0.94% | - |
| XYZ | 37.36 | 21.28 | 2.46 | - |
| YUV | 105.3 | 74.79 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 11 | 0 | 0.77 | 0.95 | 0.06 | 11.53 | 0.91 | 0.49 |
| Hex | F0 | 37 | B | 0 | 4D | 5F | 6 | C | 5B | 31 |
| Octal | 360 | 67 | 13 | 0 | 115 | 137 | 6 | 14 | 133 | 61 |
| Binary | 11110000 | 110111 | 1011 | 0 | 1001101 | 1011111 | 110 | 1100 | 1011011 | 110001 |
Color Harmonies of #F0370B
Complementary color
Monochromatic Colors of #F0370B
Black with #F0370B
Text Example
Text Example
White with #F0370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0370B; }
p { color: rgb(240,55,11); }
H1.HeaderClassName
{
color: #F0370B;
}
.AnyTagClassName
{
color: #F0370B;
}
</style>
background-color css
<style>
a { background-color: #F0370B; }
a { background-color: rgb(240,55,11); }
div.DivClassName
{
background-color: #F0370B;
}
.BgClassName
{
background-color: #F0370B;
}
</style>
border-color css
<style>
span { border-color: #F0370B; }
span { border-color: rgb(240,55,11); }
td.TdClassName
{
border-color: #F0370B;
}
.TagClassName
{
border-color: #F0370B;
}
</style>