Shades of Torch Red #FE1436
Tints of Torch Red #FE1436
RGB
CMYK
RGB Variations
Color information
#FE1436 (or 0xFE1436) is known color: Torch Red. HEX triplet: FE, 14 and 36. RGB value is (254,20,54). Sum of RGB (Red+Green+Blue) = 254+20+54=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1436 is #01EBC9. Grayscale: #5D5D5D. Windows color (decimal): -125898 or 3544318. OLE color: 3544318.
HSL color Cylindrical-coordinate representation of color #FE1436: hue angle of 351.28º 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 #FE1436 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.00 |
| HSL | 351.28º | 0.99% | 0.54% | - |
| HSV(B) | 351.28º | 0.92% | 1% | - |
| XYZ | 41.79 | 21.84 | 5.5 | - |
| YUV | 93.84 | 105.52 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 54 | 0 | 0.92 | 0.79 | 0.00 | 351.28 | 0.99 | 0.54 |
| Hex | FE | 14 | 36 | 0 | 5C | 4F | 0 | 15F | 63 | 36 |
| Octal | 376 | 24 | 66 | 0 | 134 | 117 | 0 | 537 | 143 | 66 |
| Binary | 11111110 | 10100 | 110110 | 0 | 1011100 | 1001111 | 0 | 101011111 | 1100011 | 110110 |
Color Harmonies of #FE1436
Complementary color
Monochromatic Colors of #FE1436
Black with #FE1436
Text Example
Text Example
White with #FE1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1436; }
p { color: rgb(254,20,54); }
H1.HeaderClassName
{
color: #FE1436;
}
.AnyTagClassName
{
color: #FE1436;
}
</style>
background-color css
<style>
a { background-color: #FE1436; }
a { background-color: rgb(254,20,54); }
div.DivClassName
{
background-color: #FE1436;
}
.BgClassName
{
background-color: #FE1436;
}
</style>
border-color css
<style>
span { border-color: #FE1436; }
span { border-color: rgb(254,20,54); }
td.TdClassName
{
border-color: #FE1436;
}
.TagClassName
{
border-color: #FE1436;
}
</style>