Shades of Torch Red #FE171F
Tints of Torch Red #FE171F
RGB
CMYK
RGB Variations
Color information
#FE171F (or 0xFE171F) is known color: Torch Red. HEX triplet: FE, 17 and 1F. RGB value is (254,23,31). Sum of RGB (Red+Green+Blue) = 254+23+31=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE171F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE171F is #01E8E0. Grayscale: #5D5D5D. Windows color (decimal): -125153 or 2037758. OLE color: 2037758.
HSL color Cylindrical-coordinate representation of color #FE171F: hue angle of 357.92º 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 #FE171F is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 31 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.00 |
| HSL | 357.92º | 0.99% | 0.54% | - |
| HSV(B) | 357.92º | 0.91% | 1% | - |
| XYZ | 41.43 | 21.78 | 3.32 | - |
| YUV | 92.98 | 93.03 | 242.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 31 | 0 | 0.91 | 0.88 | 0.00 | 357.92 | 0.99 | 0.54 |
| Hex | FE | 17 | 1F | 0 | 5B | 58 | 0 | 166 | 63 | 36 |
| Octal | 376 | 27 | 37 | 0 | 133 | 130 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10111 | 11111 | 0 | 1011011 | 1011000 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE171F
Complementary color
Monochromatic Colors of #FE171F
Black with #FE171F
Text Example
Text Example
White with #FE171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE171F; }
p { color: rgb(254,23,31); }
H1.HeaderClassName
{
color: #FE171F;
}
.AnyTagClassName
{
color: #FE171F;
}
</style>
background-color css
<style>
a { background-color: #FE171F; }
a { background-color: rgb(254,23,31); }
div.DivClassName
{
background-color: #FE171F;
}
.BgClassName
{
background-color: #FE171F;
}
</style>
border-color css
<style>
span { border-color: #FE171F; }
span { border-color: rgb(254,23,31); }
td.TdClassName
{
border-color: #FE171F;
}
.TagClassName
{
border-color: #FE171F;
}
</style>