Shades of Torch Red #FE172A
Tints of Torch Red #FE172A
RGB
CMYK
RGB Variations
Color information
#FE172A (or 0xFE172A) is known color: Torch Red. HEX triplet: FE, 17 and 2A. RGB value is (254,23,42). Sum of RGB (Red+Green+Blue) = 254+23+42=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE172A is #01E8D5. Grayscale: #5E5E5E. Windows color (decimal): -125142 or 2758654. OLE color: 2758654.
HSL color Cylindrical-coordinate representation of color #FE172A: hue angle of 355.06º 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 #FE172A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.00 |
| HSL | 355.06º | 0.99% | 0.54% | - |
| HSV(B) | 355.06º | 0.91% | 1% | - |
| XYZ | 41.6 | 21.85 | 4.22 | - |
| YUV | 94.24 | 98.53 | 241.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 42 | 0 | 0.91 | 0.83 | 0.00 | 355.06 | 0.99 | 0.54 |
| Hex | FE | 17 | 2A | 0 | 5B | 53 | 0 | 163 | 63 | 36 |
| Octal | 376 | 27 | 52 | 0 | 133 | 123 | 0 | 543 | 143 | 66 |
| Binary | 11111110 | 10111 | 101010 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100011 | 110110 |
Color Harmonies of #FE172A
Complementary color
Monochromatic Colors of #FE172A
Black with #FE172A
Text Example
Text Example
White with #FE172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE172A; }
p { color: rgb(254,23,42); }
H1.HeaderClassName
{
color: #FE172A;
}
.AnyTagClassName
{
color: #FE172A;
}
</style>
background-color css
<style>
a { background-color: #FE172A; }
a { background-color: rgb(254,23,42); }
div.DivClassName
{
background-color: #FE172A;
}
.BgClassName
{
background-color: #FE172A;
}
</style>
border-color css
<style>
span { border-color: #FE172A; }
span { border-color: rgb(254,23,42); }
td.TdClassName
{
border-color: #FE172A;
}
.TagClassName
{
border-color: #FE172A;
}
</style>