Shades of Torch Red #FE080D
Tints of Torch Red #FE080D
RGB
CMYK
RGB Variations
Color information
#FE080D (or 0xFE080D) is known color: Torch Red. HEX triplet: FE, 08 and 0D. RGB value is (254,8,13). Sum of RGB (Red+Green+Blue) = 254+8+13=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080D is #01F7F2. Grayscale: #525252. Windows color (decimal): -129011 or 854270. OLE color: 854270.
HSL color Cylindrical-coordinate representation of color #FE080D: hue angle of 358.78º 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 #FE080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.00 |
| HSL | 358.78º | 0.99% | 0.51% | - |
| HSV(B) | 358.78º | 0.97% | 1% | - |
| XYZ | 41.03 | 21.27 | 2.32 | - |
| YUV | 82.12 | 89 | 250.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 13 | 0 | 0.97 | 0.95 | 0.00 | 358.78 | 0.99 | 0.51 |
| Hex | FE | 8 | D | 0 | 61 | 5F | 0 | 167 | 63 | 33 |
| Octal | 376 | 10 | 15 | 0 | 141 | 137 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 1000 | 1101 | 0 | 1100001 | 1011111 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE080D
Complementary color
Monochromatic Colors of #FE080D
Black with #FE080D
Text Example
Text Example
White with #FE080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE080D; }
p { color: rgb(254,8,13); }
H1.HeaderClassName
{
color: #FE080D;
}
.AnyTagClassName
{
color: #FE080D;
}
</style>
background-color css
<style>
a { background-color: #FE080D; }
a { background-color: rgb(254,8,13); }
div.DivClassName
{
background-color: #FE080D;
}
.BgClassName
{
background-color: #FE080D;
}
</style>
border-color css
<style>
span { border-color: #FE080D; }
span { border-color: rgb(254,8,13); }
td.TdClassName
{
border-color: #FE080D;
}
.TagClassName
{
border-color: #FE080D;
}
</style>