Shades of Torch Red #FE101D
Tints of Torch Red #FE101D
RGB
CMYK
RGB Variations
Color information
#FE101D (or 0xFE101D) is known color: Torch Red. HEX triplet: FE, 10 and 1D. RGB value is (254,16,29). Sum of RGB (Red+Green+Blue) = 254+16+29=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE101D is #01EFE2. Grayscale: #585858. Windows color (decimal): -126947 or 1904894. OLE color: 1904894.
HSL color Cylindrical-coordinate representation of color #FE101D: hue angle of 356.72º 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 #FE101D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 29 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.00 |
| HSL | 356.72º | 0.99% | 0.53% | - |
| HSV(B) | 356.72º | 0.94% | 1% | - |
| XYZ | 41.28 | 21.53 | 3.14 | - |
| YUV | 88.64 | 94.35 | 245.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 29 | 0 | 0.94 | 0.89 | 0.00 | 356.72 | 0.99 | 0.53 |
| Hex | FE | 10 | 1D | 0 | 5E | 59 | 0 | 165 | 63 | 35 |
| Octal | 376 | 20 | 35 | 0 | 136 | 131 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 10000 | 11101 | 0 | 1011110 | 1011001 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE101D
Complementary color
Monochromatic Colors of #FE101D
Black with #FE101D
Text Example
Text Example
White with #FE101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE101D; }
p { color: rgb(254,16,29); }
H1.HeaderClassName
{
color: #FE101D;
}
.AnyTagClassName
{
color: #FE101D;
}
</style>
background-color css
<style>
a { background-color: #FE101D; }
a { background-color: rgb(254,16,29); }
div.DivClassName
{
background-color: #FE101D;
}
.BgClassName
{
background-color: #FE101D;
}
</style>
border-color css
<style>
span { border-color: #FE101D; }
span { border-color: rgb(254,16,29); }
td.TdClassName
{
border-color: #FE101D;
}
.TagClassName
{
border-color: #FE101D;
}
</style>