Shades of Torch Red #FE161C
Tints of Torch Red #FE161C
RGB
CMYK
RGB Variations
Color information
#FE161C (or 0xFE161C) is known color: Torch Red. HEX triplet: FE, 16 and 1C. RGB value is (254,22,28). Sum of RGB (Red+Green+Blue) = 254+22+28=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE161C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE161C is #01E9E3. Grayscale: #5C5C5C. Windows color (decimal): -125412 or 1840894. OLE color: 1840894.
HSL color Cylindrical-coordinate representation of color #FE161C: hue angle of 358.45º 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 #FE161C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 28 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.00 |
| HSL | 358.45º | 0.99% | 0.54% | - |
| HSV(B) | 358.45º | 0.91% | 1% | - |
| XYZ | 41.37 | 21.73 | 3.11 | - |
| YUV | 92.05 | 91.86 | 243.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 28 | 0 | 0.91 | 0.89 | 0.00 | 358.45 | 0.99 | 0.54 |
| Hex | FE | 16 | 1C | 0 | 5B | 59 | 0 | 166 | 63 | 36 |
| Octal | 376 | 26 | 34 | 0 | 133 | 131 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10110 | 11100 | 0 | 1011011 | 1011001 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE161C
Complementary color
Monochromatic Colors of #FE161C
Black with #FE161C
Text Example
Text Example
White with #FE161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE161C; }
p { color: rgb(254,22,28); }
H1.HeaderClassName
{
color: #FE161C;
}
.AnyTagClassName
{
color: #FE161C;
}
</style>
background-color css
<style>
a { background-color: #FE161C; }
a { background-color: rgb(254,22,28); }
div.DivClassName
{
background-color: #FE161C;
}
.BgClassName
{
background-color: #FE161C;
}
</style>
border-color css
<style>
span { border-color: #FE161C; }
span { border-color: rgb(254,22,28); }
td.TdClassName
{
border-color: #FE161C;
}
.TagClassName
{
border-color: #FE161C;
}
</style>