Shades of Torch Red #FE0047
Tints of Torch Red #FE0047
RGB
CMYK
RGB Variations
Color information
#FE0047 (or 0xFE0047) is known color: Torch Red. HEX triplet: FE, 00 and 47. RGB value is (254,0,71). Sum of RGB (Red+Green+Blue) = 254+0+71=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0047 is #01FFB8. Grayscale: #545454. Windows color (decimal): -131001 or 4653310. OLE color: 4653310.
HSL color Cylindrical-coordinate representation of color #FE0047: hue angle of 343.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0047 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.72 | 0.00 |
| HSL | 343.23º | 1% | 0.5% | - |
| HSV(B) | 343.23º | 1% | 1% | - |
| XYZ | 42.01 | 21.53 | 7.9 | - |
| YUV | 84.04 | 120.65 | 249.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 71 | 0 | 1 | 0.72 | 0.00 | 343.23 | 1 | 0.5 |
| Hex | FE | 0 | 47 | 0 | 64 | 48 | 0 | 157 | 64 | 32 |
| Octal | 376 | 0 | 107 | 0 | 144 | 110 | 0 | 527 | 144 | 62 |
| Binary | 11111110 | 0 | 1000111 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FE0047
Complementary color
Monochromatic Colors of #FE0047
Black with #FE0047
Text Example
Text Example
White with #FE0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0047; }
p { color: rgb(254,0,71); }
H1.HeaderClassName
{
color: #FE0047;
}
.AnyTagClassName
{
color: #FE0047;
}
</style>
background-color css
<style>
a { background-color: #FE0047; }
a { background-color: rgb(254,0,71); }
div.DivClassName
{
background-color: #FE0047;
}
.BgClassName
{
background-color: #FE0047;
}
</style>
border-color css
<style>
span { border-color: #FE0047; }
span { border-color: rgb(254,0,71); }
td.TdClassName
{
border-color: #FE0047;
}
.TagClassName
{
border-color: #FE0047;
}
</style>