Shades of Torch Red #FE1949
Tints of Torch Red #FE1949
RGB
CMYK
RGB Variations
Color information
#FE1949 (or 0xFE1949) is known color: Torch Red. HEX triplet: FE, 19 and 49. RGB value is (254,25,73). Sum of RGB (Red+Green+Blue) = 254+25+73=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1949 is #01E6B6. Grayscale: #626262. Windows color (decimal): -124599 or 4790782. OLE color: 4790782.
HSL color Cylindrical-coordinate representation of color #FE1949: hue angle of 347.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1949 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 73 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.00 |
| HSL | 347.42º | 0.99% | 0.55% | - |
| HSV(B) | 347.42º | 0.9% | 1% | - |
| XYZ | 42.42 | 22.25 | 8.36 | - |
| YUV | 98.94 | 113.37 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 73 | 0 | 0.90 | 0.71 | 0.00 | 347.42 | 0.99 | 0.55 |
| Hex | FE | 19 | 49 | 0 | 5A | 47 | 0 | 15B | 63 | 37 |
| Octal | 376 | 31 | 111 | 0 | 132 | 107 | 0 | 533 | 143 | 67 |
| Binary | 11111110 | 11001 | 1001001 | 0 | 1011010 | 1000111 | 0 | 101011011 | 1100011 | 110111 |
Color Harmonies of #FE1949
Complementary color
Monochromatic Colors of #FE1949
Black with #FE1949
Text Example
Text Example
White with #FE1949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1949; }
p { color: rgb(254,25,73); }
H1.HeaderClassName
{
color: #FE1949;
}
.AnyTagClassName
{
color: #FE1949;
}
</style>
background-color css
<style>
a { background-color: #FE1949; }
a { background-color: rgb(254,25,73); }
div.DivClassName
{
background-color: #FE1949;
}
.BgClassName
{
background-color: #FE1949;
}
</style>
border-color css
<style>
span { border-color: #FE1949; }
span { border-color: rgb(254,25,73); }
td.TdClassName
{
border-color: #FE1949;
}
.TagClassName
{
border-color: #FE1949;
}
</style>