Shades of Torch Red #FE1124
Tints of Torch Red #FE1124
RGB
CMYK
RGB Variations
Color information
#FE1124 (or 0xFE1124) is known color: Torch Red. HEX triplet: FE, 11 and 24. RGB value is (254,17,36). Sum of RGB (Red+Green+Blue) = 254+17+36=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1124 is #01EEDB. Grayscale: #5A5A5A. Windows color (decimal): -126684 or 2363902. OLE color: 2363902.
HSL color Cylindrical-coordinate representation of color #FE1124: hue angle of 355.19º 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 #FE1124 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 36 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.00 |
| HSL | 355.19º | 0.99% | 0.53% | - |
| HSV(B) | 355.19º | 0.93% | 1% | - |
| XYZ | 41.39 | 21.6 | 3.66 | - |
| YUV | 90.03 | 97.52 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 36 | 0 | 0.93 | 0.86 | 0.00 | 355.19 | 0.99 | 0.53 |
| Hex | FE | 11 | 24 | 0 | 5D | 56 | 0 | 163 | 63 | 35 |
| Octal | 376 | 21 | 44 | 0 | 135 | 126 | 0 | 543 | 143 | 65 |
| Binary | 11111110 | 10001 | 100100 | 0 | 1011101 | 1010110 | 0 | 101100011 | 1100011 | 110101 |
Color Harmonies of #FE1124
Complementary color
Monochromatic Colors of #FE1124
Black with #FE1124
Text Example
Text Example
White with #FE1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1124; }
p { color: rgb(254,17,36); }
H1.HeaderClassName
{
color: #FE1124;
}
.AnyTagClassName
{
color: #FE1124;
}
</style>
background-color css
<style>
a { background-color: #FE1124; }
a { background-color: rgb(254,17,36); }
div.DivClassName
{
background-color: #FE1124;
}
.BgClassName
{
background-color: #FE1124;
}
</style>
border-color css
<style>
span { border-color: #FE1124; }
span { border-color: rgb(254,17,36); }
td.TdClassName
{
border-color: #FE1124;
}
.TagClassName
{
border-color: #FE1124;
}
</style>