Shades of Torch Red #FE192E
Tints of Torch Red #FE192E
RGB
CMYK
RGB Variations
Color information
#FE192E (or 0xFE192E) is known color: Torch Red. HEX triplet: FE, 19 and 2E. RGB value is (254,25,46). Sum of RGB (Red+Green+Blue) = 254+25+46=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE192E is #01E6D1. Grayscale: #606060. Windows color (decimal): -124626 or 3021310. OLE color: 3021310.
HSL color Cylindrical-coordinate representation of color #FE192E: hue angle of 354.5º 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 #FE192E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.00 |
| HSL | 354.5º | 0.99% | 0.55% | - |
| HSV(B) | 354.5º | 0.9% | 1% | - |
| XYZ | 41.71 | 21.96 | 4.63 | - |
| YUV | 95.87 | 99.87 | 240.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 46 | 0 | 0.90 | 0.82 | 0.00 | 354.5 | 0.99 | 0.55 |
| Hex | FE | 19 | 2E | 0 | 5A | 52 | 0 | 162 | 63 | 37 |
| Octal | 376 | 31 | 56 | 0 | 132 | 122 | 0 | 542 | 143 | 67 |
| Binary | 11111110 | 11001 | 101110 | 0 | 1011010 | 1010010 | 0 | 101100010 | 1100011 | 110111 |
Color Harmonies of #FE192E
Complementary color
Monochromatic Colors of #FE192E
Black with #FE192E
Text Example
Text Example
White with #FE192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE192E; }
p { color: rgb(254,25,46); }
H1.HeaderClassName
{
color: #FE192E;
}
.AnyTagClassName
{
color: #FE192E;
}
</style>
background-color css
<style>
a { background-color: #FE192E; }
a { background-color: rgb(254,25,46); }
div.DivClassName
{
background-color: #FE192E;
}
.BgClassName
{
background-color: #FE192E;
}
</style>
border-color css
<style>
span { border-color: #FE192E; }
span { border-color: rgb(254,25,46); }
td.TdClassName
{
border-color: #FE192E;
}
.TagClassName
{
border-color: #FE192E;
}
</style>