Shades of Torch Red #FE101E
Tints of Torch Red #FE101E
RGB
CMYK
RGB Variations
Color information
#FE101E (or 0xFE101E) is known color: Torch Red. HEX triplet: FE, 10 and 1E. RGB value is (254,16,30). Sum of RGB (Red+Green+Blue) = 254+16+30=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE101E is #01EFE1. Grayscale: #585858. Windows color (decimal): -126946 or 1970430. OLE color: 1970430.
HSL color Cylindrical-coordinate representation of color #FE101E: hue angle of 356.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE101E is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 30 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.00 |
| HSL | 356.47º | 0.99% | 0.53% | - |
| HSV(B) | 356.47º | 0.94% | 1% | - |
| XYZ | 41.29 | 21.54 | 3.21 | - |
| YUV | 88.76 | 94.85 | 245.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 30 | 0 | 0.94 | 0.88 | 0.00 | 356.47 | 0.99 | 0.53 |
| Hex | FE | 10 | 1E | 0 | 5E | 58 | 0 | 164 | 63 | 35 |
| Octal | 376 | 20 | 36 | 0 | 136 | 130 | 0 | 544 | 143 | 65 |
| Binary | 11111110 | 10000 | 11110 | 0 | 1011110 | 1011000 | 0 | 101100100 | 1100011 | 110101 |
Color Harmonies of #FE101E
Complementary color
Monochromatic Colors of #FE101E
Black with #FE101E
Text Example
Text Example
White with #FE101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE101E; }
p { color: rgb(254,16,30); }
H1.HeaderClassName
{
color: #FE101E;
}
.AnyTagClassName
{
color: #FE101E;
}
</style>
background-color css
<style>
a { background-color: #FE101E; }
a { background-color: rgb(254,16,30); }
div.DivClassName
{
background-color: #FE101E;
}
.BgClassName
{
background-color: #FE101E;
}
</style>
border-color css
<style>
span { border-color: #FE101E; }
span { border-color: rgb(254,16,30); }
td.TdClassName
{
border-color: #FE101E;
}
.TagClassName
{
border-color: #FE101E;
}
</style>