Shades of Torch Red #FE114B
Tints of Torch Red #FE114B
RGB
CMYK
RGB Variations
Color information
#FE114B (or 0xFE114B) is known color: Torch Red. HEX triplet: FE, 11 and 4B. RGB value is (254,17,75). Sum of RGB (Red+Green+Blue) = 254+17+75=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE114B is #01EEB4. Grayscale: #5E5E5E. Windows color (decimal): -126645 or 4919806. OLE color: 4919806.
HSL color Cylindrical-coordinate representation of color #FE114B: hue angle of 345.32º 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 #FE114B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 75 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.00 |
| HSL | 345.32º | 0.99% | 0.53% | - |
| HSV(B) | 345.32º | 0.93% | 1% | - |
| XYZ | 42.34 | 21.98 | 8.67 | - |
| YUV | 94.48 | 117.02 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 75 | 0 | 0.93 | 0.70 | 0.00 | 345.32 | 0.99 | 0.53 |
| Hex | FE | 11 | 4B | 0 | 5D | 46 | 0 | 159 | 63 | 35 |
| Octal | 376 | 21 | 113 | 0 | 135 | 106 | 0 | 531 | 143 | 65 |
| Binary | 11111110 | 10001 | 1001011 | 0 | 1011101 | 1000110 | 0 | 101011001 | 1100011 | 110101 |
Color Harmonies of #FE114B
Complementary color
Monochromatic Colors of #FE114B
Black with #FE114B
Text Example
Text Example
White with #FE114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE114B; }
p { color: rgb(254,17,75); }
H1.HeaderClassName
{
color: #FE114B;
}
.AnyTagClassName
{
color: #FE114B;
}
</style>
background-color css
<style>
a { background-color: #FE114B; }
a { background-color: rgb(254,17,75); }
div.DivClassName
{
background-color: #FE114B;
}
.BgClassName
{
background-color: #FE114B;
}
</style>
border-color css
<style>
span { border-color: #FE114B; }
span { border-color: rgb(254,17,75); }
td.TdClassName
{
border-color: #FE114B;
}
.TagClassName
{
border-color: #FE114B;
}
</style>