Shades of Torch Red #FE1136
Tints of Torch Red #FE1136
RGB
CMYK
RGB Variations
Color information
#FE1136 (or 0xFE1136) is known color: Torch Red. HEX triplet: FE, 11 and 36. RGB value is (254,17,54). Sum of RGB (Red+Green+Blue) = 254+17+54=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1136 is #01EEC9. Grayscale: #5C5C5C. Windows color (decimal): -126666 or 3543550. OLE color: 3543550.
HSL color Cylindrical-coordinate representation of color #FE1136: hue angle of 350.63º 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 #FE1136 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.00 |
| HSL | 350.63º | 0.99% | 0.53% | - |
| HSV(B) | 350.63º | 0.93% | 1% | - |
| XYZ | 41.74 | 21.74 | 5.49 | - |
| YUV | 92.08 | 106.52 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 54 | 0 | 0.93 | 0.79 | 0.00 | 350.63 | 0.99 | 0.53 |
| Hex | FE | 11 | 36 | 0 | 5D | 4F | 0 | 15F | 63 | 35 |
| Octal | 376 | 21 | 66 | 0 | 135 | 117 | 0 | 537 | 143 | 65 |
| Binary | 11111110 | 10001 | 110110 | 0 | 1011101 | 1001111 | 0 | 101011111 | 1100011 | 110101 |
Color Harmonies of #FE1136
Complementary color
Monochromatic Colors of #FE1136
Black with #FE1136
Text Example
Text Example
White with #FE1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1136; }
p { color: rgb(254,17,54); }
H1.HeaderClassName
{
color: #FE1136;
}
.AnyTagClassName
{
color: #FE1136;
}
</style>
background-color css
<style>
a { background-color: #FE1136; }
a { background-color: rgb(254,17,54); }
div.DivClassName
{
background-color: #FE1136;
}
.BgClassName
{
background-color: #FE1136;
}
</style>
border-color css
<style>
span { border-color: #FE1136; }
span { border-color: rgb(254,17,54); }
td.TdClassName
{
border-color: #FE1136;
}
.TagClassName
{
border-color: #FE1136;
}
</style>