Shades of Torch Red #FE192B
Tints of Torch Red #FE192B
RGB
CMYK
RGB Variations
Color information
#FE192B (or 0xFE192B) is known color: Torch Red. HEX triplet: FE, 19 and 2B. RGB value is (254,25,43). Sum of RGB (Red+Green+Blue) = 254+25+43=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE192B is #01E6D4. Grayscale: #5F5F5F. Windows color (decimal): -124629 or 2824702. OLE color: 2824702.
HSL color Cylindrical-coordinate representation of color #FE192B: hue angle of 355.28º 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 #FE192B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.00 |
| HSL | 355.28º | 0.99% | 0.55% | - |
| HSV(B) | 355.28º | 0.9% | 1% | - |
| XYZ | 41.66 | 21.94 | 4.32 | - |
| YUV | 95.52 | 98.37 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 43 | 0 | 0.90 | 0.83 | 0.00 | 355.28 | 0.99 | 0.55 |
| Hex | FE | 19 | 2B | 0 | 5A | 53 | 0 | 163 | 63 | 37 |
| Octal | 376 | 31 | 53 | 0 | 132 | 123 | 0 | 543 | 143 | 67 |
| Binary | 11111110 | 11001 | 101011 | 0 | 1011010 | 1010011 | 0 | 101100011 | 1100011 | 110111 |
Color Harmonies of #FE192B
Complementary color
Monochromatic Colors of #FE192B
Black with #FE192B
Text Example
Text Example
White with #FE192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE192B; }
p { color: rgb(254,25,43); }
H1.HeaderClassName
{
color: #FE192B;
}
.AnyTagClassName
{
color: #FE192B;
}
</style>
background-color css
<style>
a { background-color: #FE192B; }
a { background-color: rgb(254,25,43); }
div.DivClassName
{
background-color: #FE192B;
}
.BgClassName
{
background-color: #FE192B;
}
</style>
border-color css
<style>
span { border-color: #FE192B; }
span { border-color: rgb(254,25,43); }
td.TdClassName
{
border-color: #FE192B;
}
.TagClassName
{
border-color: #FE192B;
}
</style>