Shades of Torch Red #FE141A
Tints of Torch Red #FE141A
RGB
CMYK
RGB Variations
Color information
#FE141A (or 0xFE141A) is known color: Torch Red. HEX triplet: FE, 14 and 1A. RGB value is (254,20,26). Sum of RGB (Red+Green+Blue) = 254+20+26=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE141A is #01EBE5. Grayscale: #5A5A5A. Windows color (decimal): -125926 or 1709310. OLE color: 1709310.
HSL color Cylindrical-coordinate representation of color #FE141A: hue angle of 358.46º 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 #FE141A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.00 |
| HSL | 358.46º | 0.99% | 0.54% | - |
| HSV(B) | 358.46º | 0.92% | 1% | - |
| XYZ | 41.31 | 21.65 | 2.98 | - |
| YUV | 90.65 | 91.52 | 244.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 26 | 0 | 0.92 | 0.90 | 0.00 | 358.46 | 0.99 | 0.54 |
| Hex | FE | 14 | 1A | 0 | 5C | 5A | 0 | 166 | 63 | 36 |
| Octal | 376 | 24 | 32 | 0 | 134 | 132 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10100 | 11010 | 0 | 1011100 | 1011010 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE141A
Complementary color
Monochromatic Colors of #FE141A
Black with #FE141A
Text Example
Text Example
White with #FE141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE141A; }
p { color: rgb(254,20,26); }
H1.HeaderClassName
{
color: #FE141A;
}
.AnyTagClassName
{
color: #FE141A;
}
</style>
background-color css
<style>
a { background-color: #FE141A; }
a { background-color: rgb(254,20,26); }
div.DivClassName
{
background-color: #FE141A;
}
.BgClassName
{
background-color: #FE141A;
}
</style>
border-color css
<style>
span { border-color: #FE141A; }
span { border-color: rgb(254,20,26); }
td.TdClassName
{
border-color: #FE141A;
}
.TagClassName
{
border-color: #FE141A;
}
</style>