Shades of Torch Red #FE162A
Tints of Torch Red #FE162A
RGB
CMYK
RGB Variations
Color information
#FE162A (or 0xFE162A) is known color: Torch Red. HEX triplet: FE, 16 and 2A. RGB value is (254,22,42). Sum of RGB (Red+Green+Blue) = 254+22+42=318 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.87% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 254 - color contains mainly: red. Hex color #FE162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE162A is #01E9D5. Grayscale: #5D5D5D. Windows color (decimal): -125398 or 2758398. OLE color: 2758398.
HSL color Cylindrical-coordinate representation of color #FE162A: hue angle of 354.83º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.00 |
| HSL | 354.83º | 0.99% | 0.54% | - |
| HSV(B) | 354.83º | 0.91% | 1% | - |
| XYZ | 41.58 | 21.81 | 4.21 | - |
| YUV | 93.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 42 | 0 | 0.91 | 0.83 | 0.00 | 354.83 | 0.99 | 0.54 |
| Hex | FE | 16 | 2A | 0 | 5B | 53 | 0 | 163 | 63 | 36 |
| Octal | 376 | 26 | 52 | 0 | 133 | 123 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10110 | 101010 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE162A
Complementary color
Monochromatic Colors of #FE162A
Black with #FE162A
Text Example
Text Example
White with #FE162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE162A; }
p { color: rgb(254,22,42); }
H1.HeaderClassName
{
color: #FE162A;
}
.AnyTagClassName
{
color: #FE162A;
}
</style>
background-color css
<style>
a { background-color: #FE162A; }
a { background-color: rgb(254,22,42); }
div.DivClassName
{
background-color: #FE162A;
}
.BgClassName
{
background-color: #FE162A;
}
</style>
border-color css
<style>
span { border-color: #FE162A; }
span { border-color: rgb(254,22,42); }
td.TdClassName
{
border-color: #FE162A;
}
.TagClassName
{
border-color: #FE162A;
}
</style>