Shades of Torch Red #FE143F
Tints of Torch Red #FE143F
RGB
CMYK
RGB Variations
Color information
#FE143F (or 0xFE143F) is known color: Torch Red. HEX triplet: FE, 14 and 3F. RGB value is (254,20,63). Sum of RGB (Red+Green+Blue) = 254+20+63=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE143F is #01EBC0. Grayscale: #5E5E5E. Windows color (decimal): -125889 or 4134142. OLE color: 4134142.
HSL color Cylindrical-coordinate representation of color #FE143F: hue angle of 348.97º 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 #FE143F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.00 |
| HSL | 348.97º | 0.99% | 0.54% | - |
| HSV(B) | 348.97º | 0.92% | 1% | - |
| XYZ | 42.02 | 21.93 | 6.72 | - |
| YUV | 94.87 | 110.02 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 63 | 0 | 0.92 | 0.75 | 0.00 | 348.97 | 0.99 | 0.54 |
| Hex | FE | 14 | 3F | 0 | 5C | 4B | 0 | 15D | 63 | 36 |
| Octal | 376 | 24 | 77 | 0 | 134 | 113 | 0 | 535 | 143 | 66 |
| Binary | 11111110 | 10100 | 111111 | 0 | 1011100 | 1001011 | 0 | 101011101 | 1100011 | 110110 |
Color Harmonies of #FE143F
Complementary color
Monochromatic Colors of #FE143F
Black with #FE143F
Text Example
Text Example
White with #FE143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE143F; }
p { color: rgb(254,20,63); }
H1.HeaderClassName
{
color: #FE143F;
}
.AnyTagClassName
{
color: #FE143F;
}
</style>
background-color css
<style>
a { background-color: #FE143F; }
a { background-color: rgb(254,20,63); }
div.DivClassName
{
background-color: #FE143F;
}
.BgClassName
{
background-color: #FE143F;
}
</style>
border-color css
<style>
span { border-color: #FE143F; }
span { border-color: rgb(254,20,63); }
td.TdClassName
{
border-color: #FE143F;
}
.TagClassName
{
border-color: #FE143F;
}
</style>