Shades of Torch Red #FE1127
Tints of Torch Red #FE1127
RGB
CMYK
RGB Variations
Color information
#FE1127 (or 0xFE1127) is known color: Torch Red. HEX triplet: FE, 11 and 27. RGB value is (254,17,39). Sum of RGB (Red+Green+Blue) = 254+17+39=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1127 is #01EED8. Grayscale: #5A5A5A. Windows color (decimal): -126681 or 2560510. OLE color: 2560510.
HSL color Cylindrical-coordinate representation of color #FE1127: hue angle of 354.43º 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 #FE1127 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.00 |
| HSL | 354.43º | 0.99% | 0.53% | - |
| HSV(B) | 354.43º | 0.93% | 1% | - |
| XYZ | 41.44 | 21.62 | 3.91 | - |
| YUV | 90.37 | 99.02 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 39 | 0 | 0.93 | 0.85 | 0.00 | 354.43 | 0.99 | 0.53 |
| Hex | FE | 11 | 27 | 0 | 5D | 55 | 0 | 162 | 63 | 35 |
| Octal | 376 | 21 | 47 | 0 | 135 | 125 | 0 | 542 | 143 | 65 |
| Binary | 11111110 | 10001 | 100111 | 0 | 1011101 | 1010101 | 0 | 101100010 | 1100011 | 110101 |
Color Harmonies of #FE1127
Complementary color
Monochromatic Colors of #FE1127
Black with #FE1127
Text Example
Text Example
White with #FE1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1127; }
p { color: rgb(254,17,39); }
H1.HeaderClassName
{
color: #FE1127;
}
.AnyTagClassName
{
color: #FE1127;
}
</style>
background-color css
<style>
a { background-color: #FE1127; }
a { background-color: rgb(254,17,39); }
div.DivClassName
{
background-color: #FE1127;
}
.BgClassName
{
background-color: #FE1127;
}
</style>
border-color css
<style>
span { border-color: #FE1127; }
span { border-color: rgb(254,17,39); }
td.TdClassName
{
border-color: #FE1127;
}
.TagClassName
{
border-color: #FE1127;
}
</style>