Shades of Torch Red #FE080E
Tints of Torch Red #FE080E
RGB
CMYK
RGB Variations
Color information
#FE080E (or 0xFE080E) is known color: Torch Red. HEX triplet: FE, 08 and 0E. RGB value is (254,8,14). Sum of RGB (Red+Green+Blue) = 254+8+14=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080E is #01F7F1. Grayscale: #525252. Windows color (decimal): -129010 or 919806. OLE color: 919806.
HSL color Cylindrical-coordinate representation of color #FE080E: hue angle of 358.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE080E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.00 |
| HSL | 358.54º | 0.99% | 0.51% | - |
| HSV(B) | 358.54º | 0.97% | 1% | - |
| XYZ | 41.04 | 21.28 | 2.36 | - |
| YUV | 82.24 | 89.5 | 250.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 14 | 0 | 0.97 | 0.94 | 0.00 | 358.54 | 0.99 | 0.51 |
| Hex | FE | 8 | E | 0 | 61 | 5E | 0 | 167 | 63 | 33 |
| Octal | 376 | 10 | 16 | 0 | 141 | 136 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 1000 | 1110 | 0 | 1100001 | 1011110 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE080E
Complementary color
Monochromatic Colors of #FE080E
Black with #FE080E
Text Example
Text Example
White with #FE080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE080E; }
p { color: rgb(254,8,14); }
H1.HeaderClassName
{
color: #FE080E;
}
.AnyTagClassName
{
color: #FE080E;
}
</style>
background-color css
<style>
a { background-color: #FE080E; }
a { background-color: rgb(254,8,14); }
div.DivClassName
{
background-color: #FE080E;
}
.BgClassName
{
background-color: #FE080E;
}
</style>
border-color css
<style>
span { border-color: #FE080E; }
span { border-color: rgb(254,8,14); }
td.TdClassName
{
border-color: #FE080E;
}
.TagClassName
{
border-color: #FE080E;
}
</style>