Shades of Torch Red #FE194A
Tints of Torch Red #FE194A
RGB
CMYK
RGB Variations
Color information
#FE194A (or 0xFE194A) is known color: Torch Red. HEX triplet: FE, 19 and 4A. RGB value is (254,25,74). Sum of RGB (Red+Green+Blue) = 254+25+74=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE194A is #01E6B5. Grayscale: #636363. Windows color (decimal): -124598 or 4856318. OLE color: 4856318.
HSL color Cylindrical-coordinate representation of color #FE194A: hue angle of 347.16º 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 #FE194A is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 74 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.00 |
| HSL | 347.16º | 0.99% | 0.55% | - |
| HSV(B) | 347.16º | 0.9% | 1% | - |
| XYZ | 42.46 | 22.26 | 8.54 | - |
| YUV | 99.06 | 113.87 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 74 | 0 | 0.90 | 0.71 | 0.00 | 347.16 | 0.99 | 0.55 |
| Hex | FE | 19 | 4A | 0 | 5A | 47 | 0 | 15B | 63 | 37 |
| Octal | 376 | 31 | 112 | 0 | 132 | 107 | 0 | 533 | 143 | 67 |
| Binary | 11111110 | 11001 | 1001010 | 0 | 1011010 | 1000111 | 0 | 101011011 | 1100011 | 110111 |
Color Harmonies of #FE194A
Complementary color
Monochromatic Colors of #FE194A
Black with #FE194A
Text Example
Text Example
White with #FE194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE194A; }
p { color: rgb(254,25,74); }
H1.HeaderClassName
{
color: #FE194A;
}
.AnyTagClassName
{
color: #FE194A;
}
</style>
background-color css
<style>
a { background-color: #FE194A; }
a { background-color: rgb(254,25,74); }
div.DivClassName
{
background-color: #FE194A;
}
.BgClassName
{
background-color: #FE194A;
}
</style>
border-color css
<style>
span { border-color: #FE194A; }
span { border-color: rgb(254,25,74); }
td.TdClassName
{
border-color: #FE194A;
}
.TagClassName
{
border-color: #FE194A;
}
</style>