Shades of Torch Red #FE080F
Tints of Torch Red #FE080F
RGB
CMYK
RGB Variations
Color information
#FE080F (or 0xFE080F) is known color: Torch Red. HEX triplet: FE, 08 and 0F. RGB value is (254,8,15). Sum of RGB (Red+Green+Blue) = 254+8+15=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080F is #01F7F0. Grayscale: #525252. Windows color (decimal): -129009 or 985342. OLE color: 985342.
HSL color Cylindrical-coordinate representation of color #FE080F: hue angle of 358.29º 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 #FE080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.00 |
| HSL | 358.29º | 0.99% | 0.51% | - |
| HSV(B) | 358.29º | 0.97% | 1% | - |
| XYZ | 41.05 | 21.28 | 2.4 | - |
| YUV | 82.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 15 | 0 | 0.97 | 0.94 | 0.00 | 358.29 | 0.99 | 0.51 |
| Hex | FE | 8 | F | 0 | 61 | 5E | 0 | 166 | 63 | 33 |
| Octal | 376 | 10 | 17 | 0 | 141 | 136 | 0 | 546 | 143 | 63 |
| Binary | 11111110 | 1000 | 1111 | 0 | 1100001 | 1011110 | 0 | 101100110 | 1100011 | 110011 |
Color Harmonies of #FE080F
Complementary color
Monochromatic Colors of #FE080F
Black with #FE080F
Text Example
Text Example
White with #FE080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE080F; }
p { color: rgb(254,8,15); }
H1.HeaderClassName
{
color: #FE080F;
}
.AnyTagClassName
{
color: #FE080F;
}
</style>
background-color css
<style>
a { background-color: #FE080F; }
a { background-color: rgb(254,8,15); }
div.DivClassName
{
background-color: #FE080F;
}
.BgClassName
{
background-color: #FE080F;
}
</style>
border-color css
<style>
span { border-color: #FE080F; }
span { border-color: rgb(254,8,15); }
td.TdClassName
{
border-color: #FE080F;
}
.TagClassName
{
border-color: #FE080F;
}
</style>