Shades of Torch Red #FE191F
Tints of Torch Red #FE191F
RGB
CMYK
RGB Variations
Color information
#FE191F (or 0xFE191F) is known color: Torch Red. HEX triplet: FE, 19 and 1F. RGB value is (254,25,31). Sum of RGB (Red+Green+Blue) = 254+25+31=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE191F is #01E6E0. Grayscale: #5E5E5E. Windows color (decimal): -124641 or 2038270. OLE color: 2038270.
HSL color Cylindrical-coordinate representation of color #FE191F: hue angle of 358.43º 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 #FE191F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 31 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.00 |
| HSL | 358.43º | 0.99% | 0.55% | - |
| HSV(B) | 358.43º | 0.9% | 1% | - |
| XYZ | 41.47 | 21.87 | 3.33 | - |
| YUV | 94.16 | 92.37 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 31 | 0 | 0.90 | 0.88 | 0.00 | 358.43 | 0.99 | 0.55 |
| Hex | FE | 19 | 1F | 0 | 5A | 58 | 0 | 166 | 63 | 37 |
| Octal | 376 | 31 | 37 | 0 | 132 | 130 | 0 | 546 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111 | 0 | 1011010 | 1011000 | 0 | 101100110 | 1100011 | 110111 |
Color Harmonies of #FE191F
Complementary color
Monochromatic Colors of #FE191F
Black with #FE191F
Text Example
Text Example
White with #FE191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE191F; }
p { color: rgb(254,25,31); }
H1.HeaderClassName
{
color: #FE191F;
}
.AnyTagClassName
{
color: #FE191F;
}
</style>
background-color css
<style>
a { background-color: #FE191F; }
a { background-color: rgb(254,25,31); }
div.DivClassName
{
background-color: #FE191F;
}
.BgClassName
{
background-color: #FE191F;
}
</style>
border-color css
<style>
span { border-color: #FE191F; }
span { border-color: rgb(254,25,31); }
td.TdClassName
{
border-color: #FE191F;
}
.TagClassName
{
border-color: #FE191F;
}
</style>