Shades of Torch Red #FE1316
Tints of Torch Red #FE1316
RGB
CMYK
RGB Variations
Color information
#FE1316 (or 0xFE1316) is known color: Torch Red. HEX triplet: FE, 13 and 16. RGB value is (254,19,22). Sum of RGB (Red+Green+Blue) = 254+19+22=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1316 is #01ECE9. Grayscale: #595959. Windows color (decimal): -126186 or 1446910. OLE color: 1446910.
HSL color Cylindrical-coordinate representation of color #FE1316: hue angle of 359.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1316 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 22 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.00 |
| HSL | 359.23º | 0.99% | 0.54% | - |
| HSV(B) | 359.23º | 0.93% | 1% | - |
| XYZ | 41.25 | 21.59 | 2.75 | - |
| YUV | 89.61 | 89.86 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 22 | 0 | 0.93 | 0.91 | 0.00 | 359.23 | 0.99 | 0.54 |
| Hex | FE | 13 | 16 | 0 | 5D | 5B | 0 | 167 | 63 | 36 |
| Octal | 376 | 23 | 26 | 0 | 135 | 133 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10011 | 10110 | 0 | 1011101 | 1011011 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE1316
Complementary color
Monochromatic Colors of #FE1316
Black with #FE1316
Text Example
Text Example
White with #FE1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1316; }
p { color: rgb(254,19,22); }
H1.HeaderClassName
{
color: #FE1316;
}
.AnyTagClassName
{
color: #FE1316;
}
</style>
background-color css
<style>
a { background-color: #FE1316; }
a { background-color: rgb(254,19,22); }
div.DivClassName
{
background-color: #FE1316;
}
.BgClassName
{
background-color: #FE1316;
}
</style>
border-color css
<style>
span { border-color: #FE1316; }
span { border-color: rgb(254,19,22); }
td.TdClassName
{
border-color: #FE1316;
}
.TagClassName
{
border-color: #FE1316;
}
</style>