Shades of Torch Red #FE172E
Tints of Torch Red #FE172E
RGB
CMYK
RGB Variations
Color information
#FE172E (or 0xFE172E) is known color: Torch Red. HEX triplet: FE, 17 and 2E. RGB value is (254,23,46). Sum of RGB (Red+Green+Blue) = 254+23+46=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE172E is #01E8D1. Grayscale: #5E5E5E. Windows color (decimal): -125138 or 3020798. OLE color: 3020798.
HSL color Cylindrical-coordinate representation of color #FE172E: hue angle of 354.03º 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 #FE172E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 46 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.00 |
| HSL | 354.03º | 0.99% | 0.54% | - |
| HSV(B) | 354.03º | 0.91% | 1% | - |
| XYZ | 41.67 | 21.88 | 4.61 | - |
| YUV | 94.69 | 100.53 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 46 | 0 | 0.91 | 0.82 | 0.00 | 354.03 | 0.99 | 0.54 |
| Hex | FE | 17 | 2E | 0 | 5B | 52 | 0 | 162 | 63 | 36 |
| Octal | 376 | 27 | 56 | 0 | 133 | 122 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10111 | 101110 | 0 | 1011011 | 1010010 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE172E
Complementary color
Monochromatic Colors of #FE172E
Black with #FE172E
Text Example
Text Example
White with #FE172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE172E; }
p { color: rgb(254,23,46); }
H1.HeaderClassName
{
color: #FE172E;
}
.AnyTagClassName
{
color: #FE172E;
}
</style>
background-color css
<style>
a { background-color: #FE172E; }
a { background-color: rgb(254,23,46); }
div.DivClassName
{
background-color: #FE172E;
}
.BgClassName
{
background-color: #FE172E;
}
</style>
border-color css
<style>
span { border-color: #FE172E; }
span { border-color: rgb(254,23,46); }
td.TdClassName
{
border-color: #FE172E;
}
.TagClassName
{
border-color: #FE172E;
}
</style>