Shades of Torch Red #FE143B
Tints of Torch Red #FE143B
RGB
CMYK
RGB Variations
Color information
#FE143B (or 0xFE143B) is known color: Torch Red. HEX triplet: FE, 14 and 3B. RGB value is (254,20,59). Sum of RGB (Red+Green+Blue) = 254+20+59=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE143B is #01EBC4. Grayscale: #5E5E5E. Windows color (decimal): -125893 or 3871998. OLE color: 3871998.
HSL color Cylindrical-coordinate representation of color #FE143B: hue angle of 350º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE143B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.00 |
| HSL | 350º | 0.99% | 0.54% | - |
| HSV(B) | 350º | 0.92% | 1% | - |
| XYZ | 41.91 | 21.89 | 6.15 | - |
| YUV | 94.41 | 108.02 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 59 | 0 | 0.92 | 0.77 | 0.00 | 350 | 0.99 | 0.54 |
| Hex | FE | 14 | 3B | 0 | 5C | 4D | 0 | 15E | 63 | 36 |
| Octal | 376 | 24 | 73 | 0 | 134 | 115 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10100 | 111011 | 0 | 1011100 | 1001101 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE143B
Complementary color
Monochromatic Colors of #FE143B
Black with #FE143B
Text Example
Text Example
White with #FE143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE143B; }
p { color: rgb(254,20,59); }
H1.HeaderClassName
{
color: #FE143B;
}
.AnyTagClassName
{
color: #FE143B;
}
</style>
background-color css
<style>
a { background-color: #FE143B; }
a { background-color: rgb(254,20,59); }
div.DivClassName
{
background-color: #FE143B;
}
.BgClassName
{
background-color: #FE143B;
}
</style>
border-color css
<style>
span { border-color: #FE143B; }
span { border-color: rgb(254,20,59); }
td.TdClassName
{
border-color: #FE143B;
}
.TagClassName
{
border-color: #FE143B;
}
</style>