Shades of Torch Red #FE1418
Tints of Torch Red #FE1418
RGB
CMYK
RGB Variations
Color information
#FE1418 (or 0xFE1418) is known color: Torch Red. HEX triplet: FE, 14 and 18. RGB value is (254,20,24). Sum of RGB (Red+Green+Blue) = 254+20+24=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1418 is #01EBE7. Grayscale: #5A5A5A. Windows color (decimal): -125928 or 1578238. OLE color: 1578238.
HSL color Cylindrical-coordinate representation of color #FE1418: hue angle of 358.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 #FE1418 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 24 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.00 |
| HSL | 358.97º | 0.99% | 0.54% | - |
| HSV(B) | 358.97º | 0.92% | 1% | - |
| XYZ | 41.29 | 21.64 | 2.86 | - |
| YUV | 90.42 | 90.52 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 24 | 0 | 0.92 | 0.91 | 0.00 | 358.97 | 0.99 | 0.54 |
| Hex | FE | 14 | 18 | 0 | 5C | 5B | 0 | 167 | 63 | 36 |
| Octal | 376 | 24 | 30 | 0 | 134 | 133 | 0 | 547 | 143 | 66 |
| Binary | 11111110 | 10100 | 11000 | 0 | 1011100 | 1011011 | 0 | 101100111 | 1100011 | 110110 |
Color Harmonies of #FE1418
Complementary color
Monochromatic Colors of #FE1418
Black with #FE1418
Text Example
Text Example
White with #FE1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1418; }
p { color: rgb(254,20,24); }
H1.HeaderClassName
{
color: #FE1418;
}
.AnyTagClassName
{
color: #FE1418;
}
</style>
background-color css
<style>
a { background-color: #FE1418; }
a { background-color: rgb(254,20,24); }
div.DivClassName
{
background-color: #FE1418;
}
.BgClassName
{
background-color: #FE1418;
}
</style>
border-color css
<style>
span { border-color: #FE1418; }
span { border-color: rgb(254,20,24); }
td.TdClassName
{
border-color: #FE1418;
}
.TagClassName
{
border-color: #FE1418;
}
</style>