Shades of Torch Red #FE171B
Tints of Torch Red #FE171B
RGB
CMYK
RGB Variations
Color information
#FE171B (or 0xFE171B) is known color: Torch Red. HEX triplet: FE, 17 and 1B. RGB value is (254,23,27). Sum of RGB (Red+Green+Blue) = 254+23+27=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE171B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE171B is #01E8E4. Grayscale: #5C5C5C. Windows color (decimal): -125157 or 1775614. OLE color: 1775614.
HSL color Cylindrical-coordinate representation of color #FE171B: hue angle of 358.96º 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 #FE171B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.00 |
| HSL | 358.96º | 0.99% | 0.54% | - |
| HSV(B) | 358.96º | 0.91% | 1% | - |
| XYZ | 41.38 | 21.76 | 3.06 | - |
| YUV | 92.53 | 91.03 | 243.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 27 | 0 | 0.91 | 0.89 | 0.00 | 358.96 | 0.99 | 0.54 |
| Hex | FE | 17 | 1B | 0 | 5B | 59 | 0 | 167 | 63 | 36 |
| Octal | 376 | 27 | 33 | 0 | 133 | 131 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10111 | 11011 | 0 | 1011011 | 1011001 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE171B
Complementary color
Monochromatic Colors of #FE171B
Black with #FE171B
Text Example
Text Example
White with #FE171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE171B; }
p { color: rgb(254,23,27); }
H1.HeaderClassName
{
color: #FE171B;
}
.AnyTagClassName
{
color: #FE171B;
}
</style>
background-color css
<style>
a { background-color: #FE171B; }
a { background-color: rgb(254,23,27); }
div.DivClassName
{
background-color: #FE171B;
}
.BgClassName
{
background-color: #FE171B;
}
</style>
border-color css
<style>
span { border-color: #FE171B; }
span { border-color: rgb(254,23,27); }
td.TdClassName
{
border-color: #FE171B;
}
.TagClassName
{
border-color: #FE171B;
}
</style>