Shades of Torch Red #FE1128
Tints of Torch Red #FE1128
RGB
CMYK
RGB Variations
Color information
#FE1128 (or 0xFE1128) is known color: Torch Red. HEX triplet: FE, 11 and 28. RGB value is (254,17,40). Sum of RGB (Red+Green+Blue) = 254+17+40=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1128 is #01EED7. Grayscale: #5A5A5A. Windows color (decimal): -126680 or 2626046. OLE color: 2626046.
HSL color Cylindrical-coordinate representation of color #FE1128: hue angle of 354.18º 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 #FE1128 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.00 |
| HSL | 354.18º | 0.99% | 0.53% | - |
| HSV(B) | 354.18º | 0.93% | 1% | - |
| XYZ | 41.46 | 21.62 | 4 | - |
| YUV | 90.49 | 99.52 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 40 | 0 | 0.93 | 0.84 | 0.00 | 354.18 | 0.99 | 0.53 |
| Hex | FE | 11 | 28 | 0 | 5D | 54 | 0 | 162 | 63 | 35 |
| Octal | 376 | 21 | 50 | 0 | 135 | 124 | 0 | 542 | 143 | 65 |
| Binary | 11111110 | 10001 | 101000 | 0 | 1011101 | 1010100 | 0 | 101100010 | 1100011 | 110101 |
Color Harmonies of #FE1128
Complementary color
Monochromatic Colors of #FE1128
Black with #FE1128
Text Example
Text Example
White with #FE1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1128; }
p { color: rgb(254,17,40); }
H1.HeaderClassName
{
color: #FE1128;
}
.AnyTagClassName
{
color: #FE1128;
}
</style>
background-color css
<style>
a { background-color: #FE1128; }
a { background-color: rgb(254,17,40); }
div.DivClassName
{
background-color: #FE1128;
}
.BgClassName
{
background-color: #FE1128;
}
</style>
border-color css
<style>
span { border-color: #FE1128; }
span { border-color: rgb(254,17,40); }
td.TdClassName
{
border-color: #FE1128;
}
.TagClassName
{
border-color: #FE1128;
}
</style>