Shades of Torch Red #FE163F
Tints of Torch Red #FE163F
RGB
CMYK
RGB Variations
Color information
#FE163F (or 0xFE163F) is known color: Torch Red. HEX triplet: FE, 16 and 3F. RGB value is (254,22,63). Sum of RGB (Red+Green+Blue) = 254+22+63=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE163F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE163F is #01E9C0. Grayscale: #606060. Windows color (decimal): -125377 or 4134654. OLE color: 4134654.
HSL color Cylindrical-coordinate representation of color #FE163F: hue angle of 349.4º 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 #FE163F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 63 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.00 |
| HSL | 349.4º | 0.99% | 0.54% | - |
| HSV(B) | 349.4º | 0.91% | 1% | - |
| XYZ | 42.06 | 22 | 6.73 | - |
| YUV | 96.04 | 109.36 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 63 | 0 | 0.91 | 0.75 | 0.00 | 349.4 | 0.99 | 0.54 |
| Hex | FE | 16 | 3F | 0 | 5B | 4B | 0 | 15D | 63 | 36 |
| Octal | 376 | 26 | 77 | 0 | 133 | 113 | 0 | 535 | 143 | 66 |
| Binary | 11111110 | 10110 | 111111 | 0 | 1011011 | 1001011 | 0 | 101011101 | 1100011 | 110110 |
Color Harmonies of #FE163F
Complementary color
Monochromatic Colors of #FE163F
Black with #FE163F
Text Example
Text Example
White with #FE163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE163F; }
p { color: rgb(254,22,63); }
H1.HeaderClassName
{
color: #FE163F;
}
.AnyTagClassName
{
color: #FE163F;
}
</style>
background-color css
<style>
a { background-color: #FE163F; }
a { background-color: rgb(254,22,63); }
div.DivClassName
{
background-color: #FE163F;
}
.BgClassName
{
background-color: #FE163F;
}
</style>
border-color css
<style>
span { border-color: #FE163F; }
span { border-color: rgb(254,22,63); }
td.TdClassName
{
border-color: #FE163F;
}
.TagClassName
{
border-color: #FE163F;
}
</style>