Shades of Torch Red #FE143C
Tints of Torch Red #FE143C
RGB
CMYK
RGB Variations
Color information
#FE143C (or 0xFE143C) is known color: Torch Red. HEX triplet: FE, 14 and 3C. RGB value is (254,20,60). Sum of RGB (Red+Green+Blue) = 254+20+60=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE143C is #01EBC3. Grayscale: #5E5E5E. Windows color (decimal): -125892 or 3937534. OLE color: 3937534.
HSL color Cylindrical-coordinate representation of color #FE143C: hue angle of 349.74º 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 #FE143C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 60 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.00 |
| HSL | 349.74º | 0.99% | 0.54% | - |
| HSV(B) | 349.74º | 0.92% | 1% | - |
| XYZ | 41.94 | 21.9 | 6.29 | - |
| YUV | 94.53 | 108.52 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 60 | 0 | 0.92 | 0.76 | 0.00 | 349.74 | 0.99 | 0.54 |
| Hex | FE | 14 | 3C | 0 | 5C | 4C | 0 | 15E | 63 | 36 |
| Octal | 376 | 24 | 74 | 0 | 134 | 114 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10100 | 111100 | 0 | 1011100 | 1001100 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE143C
Complementary color
Monochromatic Colors of #FE143C
Black with #FE143C
Text Example
Text Example
White with #FE143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE143C; }
p { color: rgb(254,20,60); }
H1.HeaderClassName
{
color: #FE143C;
}
.AnyTagClassName
{
color: #FE143C;
}
</style>
background-color css
<style>
a { background-color: #FE143C; }
a { background-color: rgb(254,20,60); }
div.DivClassName
{
background-color: #FE143C;
}
.BgClassName
{
background-color: #FE143C;
}
</style>
border-color css
<style>
span { border-color: #FE143C; }
span { border-color: rgb(254,20,60); }
td.TdClassName
{
border-color: #FE143C;
}
.TagClassName
{
border-color: #FE143C;
}
</style>