Shades of Torch Red #FE163E
Tints of Torch Red #FE163E
RGB
CMYK
RGB Variations
Color information
#FE163E (or 0xFE163E) is known color: Torch Red. HEX triplet: FE, 16 and 3E. RGB value is (254,22,62). Sum of RGB (Red+Green+Blue) = 254+22+62=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163E is #01E9C1. Grayscale: #606060. Windows color (decimal): -125378 or 4069118. OLE color: 4069118.
HSL color Cylindrical-coordinate representation of color #FE163E: hue angle of 349.66º 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 #FE163E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.00 |
| HSL | 349.66º | 0.99% | 0.54% | - |
| HSV(B) | 349.66º | 0.91% | 1% | - |
| XYZ | 42.03 | 21.99 | 6.59 | - |
| YUV | 95.93 | 108.86 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 62 | 0 | 0.91 | 0.76 | 0.00 | 349.66 | 0.99 | 0.54 |
| Hex | FE | 16 | 3E | 0 | 5B | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 26 | 76 | 0 | 133 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10110 | 111110 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE163E
Complementary color
Monochromatic Colors of #FE163E
Black with #FE163E
Text Example
Text Example
White with #FE163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE163E; }
p { color: rgb(254,22,62); }
H1.HeaderClassName
{
color: #FE163E;
}
.AnyTagClassName
{
color: #FE163E;
}
</style>
background-color css
<style>
a { background-color: #FE163E; }
a { background-color: rgb(254,22,62); }
div.DivClassName
{
background-color: #FE163E;
}
.BgClassName
{
background-color: #FE163E;
}
</style>
border-color css
<style>
span { border-color: #FE163E; }
span { border-color: rgb(254,22,62); }
td.TdClassName
{
border-color: #FE163E;
}
.TagClassName
{
border-color: #FE163E;
}
</style>