Shades of Torch Red #FE0949
Tints of Torch Red #FE0949
RGB
CMYK
RGB Variations
Color information
#FE0949 (or 0xFE0949) is known color: Torch Red. HEX triplet: FE, 09 and 49. RGB value is (254,9,73). Sum of RGB (Red+Green+Blue) = 254+9+73=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0949 is #01F6B6. Grayscale: #595959. Windows color (decimal): -128695 or 4786686. OLE color: 4786686.
HSL color Cylindrical-coordinate representation of color #FE0949: hue angle of 344.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0949 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.00 |
| HSL | 344.33º | 0.99% | 0.52% | - |
| HSV(B) | 344.33º | 0.96% | 1% | - |
| XYZ | 42.17 | 21.75 | 8.28 | - |
| YUV | 89.55 | 118.67 | 245.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 73 | 0 | 0.96 | 0.71 | 0.00 | 344.33 | 0.99 | 0.52 |
| Hex | FE | 9 | 49 | 0 | 60 | 47 | 0 | 158 | 63 | 34 |
| Octal | 376 | 11 | 111 | 0 | 140 | 107 | 0 | 530 | 143 | 64 |
| Binary | 11111110 | 1001 | 1001001 | 0 | 1100000 | 1000111 | 0 | 101011000 | 1100011 | 110100 |
Color Harmonies of #FE0949
Complementary color
Monochromatic Colors of #FE0949
Black with #FE0949
Text Example
Text Example
White with #FE0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0949; }
p { color: rgb(254,9,73); }
H1.HeaderClassName
{
color: #FE0949;
}
.AnyTagClassName
{
color: #FE0949;
}
</style>
background-color css
<style>
a { background-color: #FE0949; }
a { background-color: rgb(254,9,73); }
div.DivClassName
{
background-color: #FE0949;
}
.BgClassName
{
background-color: #FE0949;
}
</style>
border-color css
<style>
span { border-color: #FE0949; }
span { border-color: rgb(254,9,73); }
td.TdClassName
{
border-color: #FE0949;
}
.TagClassName
{
border-color: #FE0949;
}
</style>