Shades of Red Orange #F0301B
Tints of Red Orange #F0301B
RGB
CMYK
RGB Variations
Color information
#F0301B (or 0xF0301B) is known color: Red Orange. HEX triplet: F0, 30 and 1B. RGB value is (240,48,27). Sum of RGB (Red+Green+Blue) = 240+48+27=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0301B is #0FCFE4. Grayscale: #676767. Windows color (decimal): -1036261 or 1782000. OLE color: 1782000.
HSL color Cylindrical-coordinate representation of color #F0301B: hue angle of 5.92º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0301B is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 27 | - |
| CMYK | 0 | 0.8 | 0.89 | 0.06 |
| HSL | 5.92º | 0.88% | 0.52% | - |
| HSV(B) | 5.92º | 0.89% | 0.94% | - |
| XYZ | 37.19 | 20.72 | 3.08 | - |
| YUV | 103.01 | 85.11 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 27 | 0 | 0.8 | 0.89 | 0.06 | 5.92 | 0.88 | 0.52 |
| Hex | F0 | 30 | 1B | 0 | 50 | 59 | 6 | 6 | 58 | 34 |
| Octal | 360 | 60 | 33 | 0 | 120 | 131 | 6 | 6 | 130 | 64 |
| Binary | 11110000 | 110000 | 11011 | 0 | 1010000 | 1011001 | 110 | 110 | 1011000 | 110100 |
Color Harmonies of #F0301B
Complementary color
Monochromatic Colors of #F0301B
Black with #F0301B
Text Example
Text Example
White with #F0301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0301B; }
p { color: rgb(240,48,27); }
H1.HeaderClassName
{
color: #F0301B;
}
.AnyTagClassName
{
color: #F0301B;
}
</style>
background-color css
<style>
a { background-color: #F0301B; }
a { background-color: rgb(240,48,27); }
div.DivClassName
{
background-color: #F0301B;
}
.BgClassName
{
background-color: #F0301B;
}
</style>
border-color css
<style>
span { border-color: #F0301B; }
span { border-color: rgb(240,48,27); }
td.TdClassName
{
border-color: #F0301B;
}
.TagClassName
{
border-color: #F0301B;
}
</style>