Shades of Orange Red #F0370D
Tints of Orange Red #F0370D
RGB
CMYK
RGB Variations
Color information
#F0370D (or 0xF0370D) is known color: Orange Red. HEX triplet: F0, 37 and 0D. RGB value is (240,55,13). Sum of RGB (Red+Green+Blue) = 240+55+13=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0370D is #0FC8F2. Grayscale: #696969. Windows color (decimal): -1034483 or 866288. OLE color: 866288.
HSL color Cylindrical-coordinate representation of color #F0370D: hue angle of 11.1º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0370D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.06 |
| HSL | 11.1º | 0.9% | 0.5% | - |
| HSV(B) | 11.1º | 0.95% | 0.94% | - |
| XYZ | 37.37 | 21.29 | 2.52 | - |
| YUV | 105.53 | 75.79 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 13 | 0 | 0.77 | 0.95 | 0.06 | 11.1 | 0.9 | 0.5 |
| Hex | F0 | 37 | D | 0 | 4D | 5F | 6 | B | 5A | 32 |
| Octal | 360 | 67 | 15 | 0 | 115 | 137 | 6 | 13 | 132 | 62 |
| Binary | 11110000 | 110111 | 1101 | 0 | 1001101 | 1011111 | 110 | 1011 | 1011010 | 110010 |
Color Harmonies of #F0370D
Complementary color
Monochromatic Colors of #F0370D
Black with #F0370D
Text Example
Text Example
White with #F0370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0370D; }
p { color: rgb(240,55,13); }
H1.HeaderClassName
{
color: #F0370D;
}
.AnyTagClassName
{
color: #F0370D;
}
</style>
background-color css
<style>
a { background-color: #F0370D; }
a { background-color: rgb(240,55,13); }
div.DivClassName
{
background-color: #F0370D;
}
.BgClassName
{
background-color: #F0370D;
}
</style>
border-color css
<style>
span { border-color: #F0370D; }
span { border-color: rgb(240,55,13); }
td.TdClassName
{
border-color: #F0370D;
}
.TagClassName
{
border-color: #F0370D;
}
</style>