Shades of Torch Red #FE163C
Tints of Torch Red #FE163C
RGB
CMYK
RGB Variations
Color information
#FE163C (or 0xFE163C) is known color: Torch Red. HEX triplet: FE, 16 and 3C. RGB value is (254,22,60). Sum of RGB (Red+Green+Blue) = 254+22+60=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163C is #01E9C3. Grayscale: #5F5F5F. Windows color (decimal): -125380 or 3938046. OLE color: 3938046.
HSL color Cylindrical-coordinate representation of color #FE163C: hue angle of 350.17º 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 #FE163C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.00 |
| HSL | 350.17º | 0.99% | 0.54% | - |
| HSV(B) | 350.17º | 0.91% | 1% | - |
| XYZ | 41.98 | 21.97 | 6.3 | - |
| YUV | 95.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 60 | 0 | 0.91 | 0.76 | 0.00 | 350.17 | 0.99 | 0.54 |
| Hex | FE | 16 | 3C | 0 | 5B | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 26 | 74 | 0 | 133 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10110 | 111100 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE163C
Complementary color
Monochromatic Colors of #FE163C
Black with #FE163C
Text Example
Text Example
White with #FE163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE163C; }
p { color: rgb(254,22,60); }
H1.HeaderClassName
{
color: #FE163C;
}
.AnyTagClassName
{
color: #FE163C;
}
</style>
background-color css
<style>
a { background-color: #FE163C; }
a { background-color: rgb(254,22,60); }
div.DivClassName
{
background-color: #FE163C;
}
.BgClassName
{
background-color: #FE163C;
}
</style>
border-color css
<style>
span { border-color: #FE163C; }
span { border-color: rgb(254,22,60); }
td.TdClassName
{
border-color: #FE163C;
}
.TagClassName
{
border-color: #FE163C;
}
</style>