Shades of Torch Red #FE162C
Tints of Torch Red #FE162C
RGB
CMYK
RGB Variations
Color information
#FE162C (or 0xFE162C) is known color: Torch Red. HEX triplet: FE, 16 and 2C. RGB value is (254,22,44). Sum of RGB (Red+Green+Blue) = 254+22+44=320 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.38% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 254 - color contains mainly: red. Hex color #FE162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE162C is #01E9D3. Grayscale: #5E5E5E. Windows color (decimal): -125396 or 2889470. OLE color: 2889470.
HSL color Cylindrical-coordinate representation of color #FE162C: hue angle of 354.31º 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 #FE162C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.00 |
| HSL | 354.31º | 0.99% | 0.54% | - |
| HSV(B) | 354.31º | 0.91% | 1% | - |
| XYZ | 41.61 | 21.83 | 4.4 | - |
| YUV | 93.88 | 99.86 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 44 | 0 | 0.91 | 0.83 | 0.00 | 354.31 | 0.99 | 0.54 |
| Hex | FE | 16 | 2C | 0 | 5B | 53 | 0 | 162 | 63 | 36 |
| Octal | 376 | 26 | 54 | 0 | 133 | 123 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10110 | 101100 | 0 | 1011011 | 1010011 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE162C
Complementary color
Monochromatic Colors of #FE162C
Black with #FE162C
Text Example
Text Example
White with #FE162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE162C; }
p { color: rgb(254,22,44); }
H1.HeaderClassName
{
color: #FE162C;
}
.AnyTagClassName
{
color: #FE162C;
}
</style>
background-color css
<style>
a { background-color: #FE162C; }
a { background-color: rgb(254,22,44); }
div.DivClassName
{
background-color: #FE162C;
}
.BgClassName
{
background-color: #FE162C;
}
</style>
border-color css
<style>
span { border-color: #FE162C; }
span { border-color: rgb(254,22,44); }
td.TdClassName
{
border-color: #FE162C;
}
.TagClassName
{
border-color: #FE162C;
}
</style>