Shades of Torch Red #FE1118
Tints of Torch Red #FE1118
RGB
CMYK
RGB Variations
Color information
#FE1118 (or 0xFE1118) is known color: Torch Red. HEX triplet: FE, 11 and 18. RGB value is (254,17,24). Sum of RGB (Red+Green+Blue) = 254+17+24=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1118 is #01EEE7. Grayscale: #585858. Windows color (decimal): -126696 or 1577470. OLE color: 1577470.
HSL color Cylindrical-coordinate representation of color #FE1118: hue angle of 358.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1118 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 24 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.00 |
| HSL | 358.23º | 0.99% | 0.53% | - |
| HSV(B) | 358.23º | 0.93% | 1% | - |
| XYZ | 41.24 | 21.54 | 2.85 | - |
| YUV | 88.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 24 | 0 | 0.93 | 0.91 | 0.00 | 358.23 | 0.99 | 0.53 |
| Hex | FE | 11 | 18 | 0 | 5D | 5B | 0 | 166 | 63 | 35 |
| Octal | 376 | 21 | 30 | 0 | 135 | 133 | 0 | 546 | 143 | 65 |
| Binary | 11111110 | 10001 | 11000 | 0 | 1011101 | 1011011 | 0 | 101100110 | 1100011 | 110101 |
Color Harmonies of #FE1118
Complementary color
Monochromatic Colors of #FE1118
Black with #FE1118
Text Example
Text Example
White with #FE1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1118; }
p { color: rgb(254,17,24); }
H1.HeaderClassName
{
color: #FE1118;
}
.AnyTagClassName
{
color: #FE1118;
}
</style>
background-color css
<style>
a { background-color: #FE1118; }
a { background-color: rgb(254,17,24); }
div.DivClassName
{
background-color: #FE1118;
}
.BgClassName
{
background-color: #FE1118;
}
</style>
border-color css
<style>
span { border-color: #FE1118; }
span { border-color: rgb(254,17,24); }
td.TdClassName
{
border-color: #FE1118;
}
.TagClassName
{
border-color: #FE1118;
}
</style>