Shades of Torch Red #FE153A
Tints of Torch Red #FE153A
RGB
CMYK
RGB Variations
Color information
#FE153A (or 0xFE153A) is known color: Torch Red. HEX triplet: FE, 15 and 3A. RGB value is (254,21,58). Sum of RGB (Red+Green+Blue) = 254+21+58=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE153A is #01EAC5. Grayscale: #5E5E5E. Windows color (decimal): -125638 or 3806718. OLE color: 3806718.
HSL color Cylindrical-coordinate representation of color #FE153A: hue angle of 350.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE153A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.00 |
| HSL | 350.47º | 0.99% | 0.54% | - |
| HSV(B) | 350.47º | 0.92% | 1% | - |
| XYZ | 41.9 | 21.91 | 6.02 | - |
| YUV | 94.89 | 107.19 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 58 | 0 | 0.92 | 0.77 | 0.00 | 350.47 | 0.99 | 0.54 |
| Hex | FE | 15 | 3A | 0 | 5C | 4D | 0 | 15E | 63 | 36 |
| Octal | 376 | 25 | 72 | 0 | 134 | 115 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10101 | 111010 | 0 | 1011100 | 1001101 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE153A
Complementary color
Monochromatic Colors of #FE153A
Black with #FE153A
Text Example
Text Example
White with #FE153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE153A; }
p { color: rgb(254,21,58); }
H1.HeaderClassName
{
color: #FE153A;
}
.AnyTagClassName
{
color: #FE153A;
}
</style>
background-color css
<style>
a { background-color: #FE153A; }
a { background-color: rgb(254,21,58); }
div.DivClassName
{
background-color: #FE153A;
}
.BgClassName
{
background-color: #FE153A;
}
</style>
border-color css
<style>
span { border-color: #FE153A; }
span { border-color: rgb(254,21,58); }
td.TdClassName
{
border-color: #FE153A;
}
.TagClassName
{
border-color: #FE153A;
}
</style>