Shades of Torch Red #FE112E
Tints of Torch Red #FE112E
RGB
CMYK
RGB Variations
Color information
#FE112E (or 0xFE112E) is known color: Torch Red. HEX triplet: FE, 11 and 2E. RGB value is (254,17,46). Sum of RGB (Red+Green+Blue) = 254+17+46=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE112E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE112E is #01EED1. Grayscale: #5B5B5B. Windows color (decimal): -126674 or 3019262. OLE color: 3019262.
HSL color Cylindrical-coordinate representation of color #FE112E: hue angle of 352.66º 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 #FE112E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 46 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.00 |
| HSL | 352.66º | 0.99% | 0.53% | - |
| HSV(B) | 352.66º | 0.93% | 1% | - |
| XYZ | 41.57 | 21.67 | 4.58 | - |
| YUV | 91.17 | 102.52 | 244.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 46 | 0 | 0.93 | 0.82 | 0.00 | 352.66 | 0.99 | 0.53 |
| Hex | FE | 11 | 2E | 0 | 5D | 52 | 0 | 161 | 63 | 35 |
| Octal | 376 | 21 | 56 | 0 | 135 | 122 | 0 | 541 | 143 | 65 |
| Binary | 11111110 | 10001 | 101110 | 0 | 1011101 | 1010010 | 0 | 101100001 | 1100011 | 110101 |
Color Harmonies of #FE112E
Complementary color
Monochromatic Colors of #FE112E
Black with #FE112E
Text Example
Text Example
White with #FE112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE112E; }
p { color: rgb(254,17,46); }
H1.HeaderClassName
{
color: #FE112E;
}
.AnyTagClassName
{
color: #FE112E;
}
</style>
background-color css
<style>
a { background-color: #FE112E; }
a { background-color: rgb(254,17,46); }
div.DivClassName
{
background-color: #FE112E;
}
.BgClassName
{
background-color: #FE112E;
}
</style>
border-color css
<style>
span { border-color: #FE112E; }
span { border-color: rgb(254,17,46); }
td.TdClassName
{
border-color: #FE112E;
}
.TagClassName
{
border-color: #FE112E;
}
</style>