Shades of Torch Red #FE1049
Tints of Torch Red #FE1049
RGB
CMYK
RGB Variations
Color information
#FE1049 (or 0xFE1049) is known color: Torch Red. HEX triplet: FE, 10 and 49. RGB value is (254,16,73). Sum of RGB (Red+Green+Blue) = 254+16+73=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1049 is #01EFB6. Grayscale: #5D5D5D. Windows color (decimal): -126903 or 4788478. OLE color: 4788478.
HSL color Cylindrical-coordinate representation of color #FE1049: hue angle of 345.63º 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 #FE1049 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 73 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.00 |
| HSL | 345.63º | 0.99% | 0.53% | - |
| HSV(B) | 345.63º | 0.94% | 1% | - |
| XYZ | 42.26 | 21.92 | 8.31 | - |
| YUV | 93.66 | 116.35 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 73 | 0 | 0.94 | 0.71 | 0.00 | 345.63 | 0.99 | 0.53 |
| Hex | FE | 10 | 49 | 0 | 5E | 47 | 0 | 15A | 63 | 35 |
| Octal | 376 | 20 | 111 | 0 | 136 | 107 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10000 | 1001001 | 0 | 1011110 | 1000111 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE1049
Complementary color
Monochromatic Colors of #FE1049
Black with #FE1049
Text Example
Text Example
White with #FE1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1049; }
p { color: rgb(254,16,73); }
H1.HeaderClassName
{
color: #FE1049;
}
.AnyTagClassName
{
color: #FE1049;
}
</style>
background-color css
<style>
a { background-color: #FE1049; }
a { background-color: rgb(254,16,73); }
div.DivClassName
{
background-color: #FE1049;
}
.BgClassName
{
background-color: #FE1049;
}
</style>
border-color css
<style>
span { border-color: #FE1049; }
span { border-color: rgb(254,16,73); }
td.TdClassName
{
border-color: #FE1049;
}
.TagClassName
{
border-color: #FE1049;
}
</style>