Shades of Torch Red #FE0E47
Tints of Torch Red #FE0E47
RGB
CMYK
RGB Variations
Color information
#FE0E47 (or 0xFE0E47) is known color: Torch Red. HEX triplet: FE, 0E and 47. RGB value is (254,14,71). Sum of RGB (Red+Green+Blue) = 254+14+71=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0E47 is #01F1B8. Grayscale: #5C5C5C. Windows color (decimal): -127417 or 4656894. OLE color: 4656894.
HSL color Cylindrical-coordinate representation of color #FE0E47: hue angle of 345.75º 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 #FE0E47 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.00 |
| HSL | 345.75º | 0.99% | 0.53% | - |
| HSV(B) | 345.75º | 0.94% | 1% | - |
| XYZ | 42.17 | 21.84 | 7.95 | - |
| YUV | 92.26 | 116.01 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 71 | 0 | 0.94 | 0.72 | 0.00 | 345.75 | 0.99 | 0.53 |
| Hex | FE | E | 47 | 0 | 5E | 48 | 0 | 15A | 63 | 35 |
| Octal | 376 | 16 | 107 | 0 | 136 | 110 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 1110 | 1000111 | 0 | 1011110 | 1001000 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE0E47
Complementary color
Monochromatic Colors of #FE0E47
Black with #FE0E47
Text Example
Text Example
White with #FE0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E47; }
p { color: rgb(254,14,71); }
H1.HeaderClassName
{
color: #FE0E47;
}
.AnyTagClassName
{
color: #FE0E47;
}
</style>
background-color css
<style>
a { background-color: #FE0E47; }
a { background-color: rgb(254,14,71); }
div.DivClassName
{
background-color: #FE0E47;
}
.BgClassName
{
background-color: #FE0E47;
}
</style>
border-color css
<style>
span { border-color: #FE0E47; }
span { border-color: rgb(254,14,71); }
td.TdClassName
{
border-color: #FE0E47;
}
.TagClassName
{
border-color: #FE0E47;
}
</style>