Shades of Torch Red #FE111A
Tints of Torch Red #FE111A
RGB
CMYK
RGB Variations
Color information
#FE111A (or 0xFE111A) is known color: Torch Red. HEX triplet: FE, 11 and 1A. RGB value is (254,17,26). Sum of RGB (Red+Green+Blue) = 254+17+26=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE111A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE111A is #01EEE5. Grayscale: #595959. Windows color (decimal): -126694 or 1708542. OLE color: 1708542.
HSL color Cylindrical-coordinate representation of color #FE111A: hue angle of 357.72º 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 #FE111A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.00 |
| HSL | 357.72º | 0.99% | 0.53% | - |
| HSV(B) | 357.72º | 0.93% | 1% | - |
| XYZ | 41.26 | 21.55 | 2.96 | - |
| YUV | 88.89 | 92.52 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 26 | 0 | 0.93 | 0.90 | 0.00 | 357.72 | 0.99 | 0.53 |
| Hex | FE | 11 | 1A | 0 | 5D | 5A | 0 | 166 | 63 | 35 |
| Octal | 376 | 21 | 32 | 0 | 135 | 132 | 0 | 546 | 143 | 65 |
| Binary | 11111110 | 10001 | 11010 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100011 | 110101 |
Color Harmonies of #FE111A
Complementary color
Monochromatic Colors of #FE111A
Black with #FE111A
Text Example
Text Example
White with #FE111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE111A; }
p { color: rgb(254,17,26); }
H1.HeaderClassName
{
color: #FE111A;
}
.AnyTagClassName
{
color: #FE111A;
}
</style>
background-color css
<style>
a { background-color: #FE111A; }
a { background-color: rgb(254,17,26); }
div.DivClassName
{
background-color: #FE111A;
}
.BgClassName
{
background-color: #FE111A;
}
</style>
border-color css
<style>
span { border-color: #FE111A; }
span { border-color: rgb(254,17,26); }
td.TdClassName
{
border-color: #FE111A;
}
.TagClassName
{
border-color: #FE111A;
}
</style>