Shades of Torch Red #FE1317
Tints of Torch Red #FE1317
RGB
CMYK
RGB Variations
Color information
#FE1317 (or 0xFE1317) is known color: Torch Red. HEX triplet: FE, 13 and 17. RGB value is (254,19,23). Sum of RGB (Red+Green+Blue) = 254+19+23=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1317 is #01ECE8. Grayscale: #595959. Windows color (decimal): -126185 or 1512446. OLE color: 1512446.
HSL color Cylindrical-coordinate representation of color #FE1317: hue angle of 358.98º 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 #FE1317 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 23 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.00 |
| HSL | 358.98º | 0.99% | 0.54% | - |
| HSV(B) | 358.98º | 0.93% | 1% | - |
| XYZ | 41.26 | 21.6 | 2.8 | - |
| YUV | 89.72 | 90.36 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 23 | 0 | 0.93 | 0.91 | 0.00 | 358.98 | 0.99 | 0.54 |
| Hex | FE | 13 | 17 | 0 | 5D | 5B | 0 | 167 | 63 | 36 |
| Octal | 376 | 23 | 27 | 0 | 135 | 133 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10011 | 10111 | 0 | 1011101 | 1011011 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE1317
Complementary color
Monochromatic Colors of #FE1317
Black with #FE1317
Text Example
Text Example
White with #FE1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1317; }
p { color: rgb(254,19,23); }
H1.HeaderClassName
{
color: #FE1317;
}
.AnyTagClassName
{
color: #FE1317;
}
</style>
background-color css
<style>
a { background-color: #FE1317; }
a { background-color: rgb(254,19,23); }
div.DivClassName
{
background-color: #FE1317;
}
.BgClassName
{
background-color: #FE1317;
}
</style>
border-color css
<style>
span { border-color: #FE1317; }
span { border-color: rgb(254,19,23); }
td.TdClassName
{
border-color: #FE1317;
}
.TagClassName
{
border-color: #FE1317;
}
</style>