Shades of Torch Red #FE0106
Tints of Torch Red #FE0106
RGB
CMYK
RGB Variations
Color information
#FE0106 (or 0xFE0106) is known color: Torch Red. HEX triplet: FE, 01 and 06. RGB value is (254,1,6). Sum of RGB (Red+Green+Blue) = 254+1+6=261 (34% of max value = 765). Red value is 254 (99.61% from 255 or 97.32% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0106 is #01FEF9. Grayscale: #4D4D4D. Windows color (decimal): -130810 or 393726. OLE color: 393726.
HSL color Cylindrical-coordinate representation of color #FE0106: hue angle of 358.81º 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 #FE0106 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.00 |
| HSL | 358.81º | 0.99% | 0.5% | - |
| HSV(B) | 358.81º | 1% | 1% | - |
| XYZ | 40.92 | 21.11 | 2.09 | - |
| YUV | 77.22 | 87.82 | 254.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 6 | 0 | 1.00 | 0.98 | 0.00 | 358.81 | 0.99 | 0.5 |
| Hex | FE | 1 | 6 | 0 | 64 | 62 | 0 | 167 | 63 | 32 |
| Octal | 376 | 1 | 6 | 0 | 144 | 142 | 0 | 547 | 143 | 62 |
| Binary | 11111110 | 1 | 110 | 0 | 1100100 | 1100010 | 0 | 101100111 | 1100011 | 110010 |
Color Harmonies of #FE0106
Complementary color
Monochromatic Colors of #FE0106
Black with #FE0106
Text Example
Text Example
White with #FE0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0106; }
p { color: rgb(254,1,6); }
H1.HeaderClassName
{
color: #FE0106;
}
.AnyTagClassName
{
color: #FE0106;
}
</style>
background-color css
<style>
a { background-color: #FE0106; }
a { background-color: rgb(254,1,6); }
div.DivClassName
{
background-color: #FE0106;
}
.BgClassName
{
background-color: #FE0106;
}
</style>
border-color css
<style>
span { border-color: #FE0106; }
span { border-color: rgb(254,1,6); }
td.TdClassName
{
border-color: #FE0106;
}
.TagClassName
{
border-color: #FE0106;
}
</style>