Shades of Torch Red #FE172C
Tints of Torch Red #FE172C
RGB
CMYK
RGB Variations
Color information
#FE172C (or 0xFE172C) is known color: Torch Red. HEX triplet: FE, 17 and 2C. RGB value is (254,23,44). Sum of RGB (Red+Green+Blue) = 254+23+44=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE172C is #01E8D3. Grayscale: #5E5E5E. Windows color (decimal): -125140 or 2889726. OLE color: 2889726.
HSL color Cylindrical-coordinate representation of color #FE172C: hue angle of 354.55º 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 #FE172C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.00 |
| HSL | 354.55º | 0.99% | 0.54% | - |
| HSV(B) | 354.55º | 0.91% | 1% | - |
| XYZ | 41.63 | 21.87 | 4.41 | - |
| YUV | 94.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 44 | 0 | 0.91 | 0.83 | 0.00 | 354.55 | 0.99 | 0.54 |
| Hex | FE | 17 | 2C | 0 | 5B | 53 | 0 | 163 | 63 | 36 |
| Octal | 376 | 27 | 54 | 0 | 133 | 123 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10111 | 101100 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE172C
Complementary color
Monochromatic Colors of #FE172C
Black with #FE172C
Text Example
Text Example
White with #FE172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE172C; }
p { color: rgb(254,23,44); }
H1.HeaderClassName
{
color: #FE172C;
}
.AnyTagClassName
{
color: #FE172C;
}
</style>
background-color css
<style>
a { background-color: #FE172C; }
a { background-color: rgb(254,23,44); }
div.DivClassName
{
background-color: #FE172C;
}
.BgClassName
{
background-color: #FE172C;
}
</style>
border-color css
<style>
span { border-color: #FE172C; }
span { border-color: rgb(254,23,44); }
td.TdClassName
{
border-color: #FE172C;
}
.TagClassName
{
border-color: #FE172C;
}
</style>