Shades of Torch Red #FE0049
Tints of Torch Red #FE0049
RGB
CMYK
RGB Variations
Color information
#FE0049 (or 0xFE0049) is known color: Torch Red. HEX triplet: FE, 00 and 49. RGB value is (254,0,73). Sum of RGB (Red+Green+Blue) = 254+0+73=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0049 is #01FFB6. Grayscale: #545454. Windows color (decimal): -130999 or 4784382. OLE color: 4784382.
HSL color Cylindrical-coordinate representation of color #FE0049: hue angle of 342.76º 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 #FE0049 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.71 | 0.00 |
| HSL | 342.76º | 1% | 0.5% | - |
| HSV(B) | 342.76º | 1% | 1% | - |
| XYZ | 42.08 | 21.55 | 8.25 | - |
| YUV | 84.27 | 121.65 | 249.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 73 | 0 | 1 | 0.71 | 0.00 | 342.76 | 1 | 0.5 |
| Hex | FE | 0 | 49 | 0 | 64 | 47 | 0 | 157 | 64 | 32 |
| Octal | 376 | 0 | 111 | 0 | 144 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111110 | 0 | 1001001 | 0 | 1100100 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FE0049
Complementary color
Monochromatic Colors of #FE0049
Black with #FE0049
Text Example
Text Example
White with #FE0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0049; }
p { color: rgb(254,0,73); }
H1.HeaderClassName
{
color: #FE0049;
}
.AnyTagClassName
{
color: #FE0049;
}
</style>
background-color css
<style>
a { background-color: #FE0049; }
a { background-color: rgb(254,0,73); }
div.DivClassName
{
background-color: #FE0049;
}
.BgClassName
{
background-color: #FE0049;
}
</style>
border-color css
<style>
span { border-color: #FE0049; }
span { border-color: rgb(254,0,73); }
td.TdClassName
{
border-color: #FE0049;
}
.TagClassName
{
border-color: #FE0049;
}
</style>