Shades of Red #F00E00
Tints of Red #F00E00
RGB
CMYK
RGB Variations
Color information
#F00E00 (or 0xF00E00) is known color: Red. HEX triplet: F0, 0E and 00. RGB value is (240,14,0). Sum of RGB (Red+Green+Blue) = 240+14+0=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00E00 is #0FF1FF. Grayscale: #505050. Windows color (decimal): -1044992 or 3824. OLE color: 3824.
HSL color Cylindrical-coordinate representation of color #F00E00: hue angle of 3.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00E00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.06 |
| HSL | 3.5º | 1% | 0.47% | - |
| HSV(B) | 3.5º | 1% | 0.94% | - |
| XYZ | 36.09 | 18.84 | 1.73 | - |
| YUV | 79.98 | 82.87 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 0 | 0 | 0.94 | 1 | 0.06 | 3.5 | 1 | 0.47 |
| Hex | F0 | E | 0 | 0 | 5E | 64 | 6 | 4 | 64 | 2F |
| Octal | 360 | 16 | 0 | 0 | 136 | 144 | 6 | 4 | 144 | 57 |
| Binary | 11110000 | 1110 | 0 | 0 | 1011110 | 1100100 | 110 | 100 | 1100100 | 101111 |
Color Harmonies of #F00E00
Complementary color
Monochromatic Colors of #F00E00
Black with #F00E00
Text Example
Text Example
White with #F00E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E00; }
p { color: rgb(240,14,0); }
H1.HeaderClassName
{
color: #F00E00;
}
.AnyTagClassName
{
color: #F00E00;
}
</style>
background-color css
<style>
a { background-color: #F00E00; }
a { background-color: rgb(240,14,0); }
div.DivClassName
{
background-color: #F00E00;
}
.BgClassName
{
background-color: #F00E00;
}
</style>
border-color css
<style>
span { border-color: #F00E00; }
span { border-color: rgb(240,14,0); }
td.TdClassName
{
border-color: #F00E00;
}
.TagClassName
{
border-color: #F00E00;
}
</style>