Shades of Torch Red #FE1119
Tints of Torch Red #FE1119
RGB
CMYK
RGB Variations
Color information
#FE1119 (or 0xFE1119) is known color: Torch Red. HEX triplet: FE, 11 and 19. RGB value is (254,17,25). Sum of RGB (Red+Green+Blue) = 254+17+25=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1119 is #01EEE6. Grayscale: #585858. Windows color (decimal): -126695 or 1643006. OLE color: 1643006.
HSL color Cylindrical-coordinate representation of color #FE1119: hue angle of 357.97º 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 #FE1119 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.00 |
| HSL | 357.97º | 0.99% | 0.53% | - |
| HSV(B) | 357.97º | 0.93% | 1% | - |
| XYZ | 41.25 | 21.54 | 2.9 | - |
| YUV | 88.78 | 92.02 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 25 | 0 | 0.93 | 0.90 | 0.00 | 357.97 | 0.99 | 0.53 |
| Hex | FE | 11 | 19 | 0 | 5D | 5A | 0 | 166 | 63 | 35 |
| Octal | 376 | 21 | 31 | 0 | 135 | 132 | 0 | 546 | 143 | 65 |
| Binary | 11111110 | 10001 | 11001 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100011 | 110101 |
Color Harmonies of #FE1119
Complementary color
Monochromatic Colors of #FE1119
Black with #FE1119
Text Example
Text Example
White with #FE1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1119; }
p { color: rgb(254,17,25); }
H1.HeaderClassName
{
color: #FE1119;
}
.AnyTagClassName
{
color: #FE1119;
}
</style>
background-color css
<style>
a { background-color: #FE1119; }
a { background-color: rgb(254,17,25); }
div.DivClassName
{
background-color: #FE1119;
}
.BgClassName
{
background-color: #FE1119;
}
</style>
border-color css
<style>
span { border-color: #FE1119; }
span { border-color: rgb(254,17,25); }
td.TdClassName
{
border-color: #FE1119;
}
.TagClassName
{
border-color: #FE1119;
}
</style>