Shades of Torch Red #FE163D
Tints of Torch Red #FE163D
RGB
CMYK
RGB Variations
Color information
#FE163D (or 0xFE163D) is known color: Torch Red. HEX triplet: FE, 16 and 3D. RGB value is (254,22,61). Sum of RGB (Red+Green+Blue) = 254+22+61=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163D is #01E9C2. Grayscale: #5F5F5F. Windows color (decimal): -125379 or 4003582. OLE color: 4003582.
HSL color Cylindrical-coordinate representation of color #FE163D: hue angle of 349.91º 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 #FE163D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.00 |
| HSL | 349.91º | 0.99% | 0.54% | - |
| HSV(B) | 349.91º | 0.91% | 1% | - |
| XYZ | 42 | 21.98 | 6.44 | - |
| YUV | 95.81 | 108.36 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 61 | 0 | 0.91 | 0.76 | 0.00 | 349.91 | 0.99 | 0.54 |
| Hex | FE | 16 | 3D | 0 | 5B | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 26 | 75 | 0 | 133 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10110 | 111101 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE163D
Complementary color
Monochromatic Colors of #FE163D
Black with #FE163D
Text Example
Text Example
White with #FE163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE163D; }
p { color: rgb(254,22,61); }
H1.HeaderClassName
{
color: #FE163D;
}
.AnyTagClassName
{
color: #FE163D;
}
</style>
background-color css
<style>
a { background-color: #FE163D; }
a { background-color: rgb(254,22,61); }
div.DivClassName
{
background-color: #FE163D;
}
.BgClassName
{
background-color: #FE163D;
}
</style>
border-color css
<style>
span { border-color: #FE163D; }
span { border-color: rgb(254,22,61); }
td.TdClassName
{
border-color: #FE163D;
}
.TagClassName
{
border-color: #FE163D;
}
</style>