Shades of Torch Red #FE0108
Tints of Torch Red #FE0108
RGB
CMYK
RGB Variations
Color information
#FE0108 (or 0xFE0108) is known color: Torch Red. HEX triplet: FE, 01 and 08. RGB value is (254,1,8). Sum of RGB (Red+Green+Blue) = 254+1+8=263 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.58% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0108 is #01FEF7. Grayscale: #4D4D4D. Windows color (decimal): -130808 or 524798. OLE color: 524798.
HSL color Cylindrical-coordinate representation of color #FE0108: hue angle of 358.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0108 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 8 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.00 |
| HSL | 358.34º | 0.99% | 0.5% | - |
| HSV(B) | 358.34º | 1% | 1% | - |
| XYZ | 40.93 | 21.11 | 2.15 | - |
| YUV | 77.45 | 88.82 | 253.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 8 | 0 | 1.00 | 0.97 | 0.00 | 358.34 | 0.99 | 0.5 |
| Hex | FE | 1 | 8 | 0 | 64 | 61 | 0 | 166 | 63 | 32 |
| Octal | 376 | 1 | 10 | 0 | 144 | 141 | 0 | 546 | 143 | 62 |
| Binary | 11111110 | 1 | 1000 | 0 | 1100100 | 1100001 | 0 | 101100110 | 1100011 | 110010 |
Color Harmonies of #FE0108
Complementary color
Monochromatic Colors of #FE0108
Black with #FE0108
Text Example
Text Example
White with #FE0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0108; }
p { color: rgb(254,1,8); }
H1.HeaderClassName
{
color: #FE0108;
}
.AnyTagClassName
{
color: #FE0108;
}
</style>
background-color css
<style>
a { background-color: #FE0108; }
a { background-color: rgb(254,1,8); }
div.DivClassName
{
background-color: #FE0108;
}
.BgClassName
{
background-color: #FE0108;
}
</style>
border-color css
<style>
span { border-color: #FE0108; }
span { border-color: rgb(254,1,8); }
td.TdClassName
{
border-color: #FE0108;
}
.TagClassName
{
border-color: #FE0108;
}
</style>