Shades of Torch Red #FE153B
Tints of Torch Red #FE153B
RGB
CMYK
RGB Variations
Color information
#FE153B (or 0xFE153B) is known color: Torch Red. HEX triplet: FE, 15 and 3B. RGB value is (254,21,59). Sum of RGB (Red+Green+Blue) = 254+21+59=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE153B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE153B is #01EAC4. Grayscale: #5F5F5F. Windows color (decimal): -125637 or 3872254. OLE color: 3872254.
HSL color Cylindrical-coordinate representation of color #FE153B: hue angle of 350.21º 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 #FE153B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 59 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.00 |
| HSL | 350.21º | 0.99% | 0.54% | - |
| HSV(B) | 350.21º | 0.92% | 1% | - |
| XYZ | 41.93 | 21.92 | 6.16 | - |
| YUV | 95 | 107.69 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 59 | 0 | 0.92 | 0.77 | 0.00 | 350.21 | 0.99 | 0.54 |
| Hex | FE | 15 | 3B | 0 | 5C | 4D | 0 | 15E | 63 | 36 |
| Octal | 376 | 25 | 73 | 0 | 134 | 115 | 0 | 536 | 143 | 66 |
| Binary | 11111110 | 10101 | 111011 | 0 | 1011100 | 1001101 | 0 | 101011110 | 1100011 | 110110 |
Color Harmonies of #FE153B
Complementary color
Monochromatic Colors of #FE153B
Black with #FE153B
Text Example
Text Example
White with #FE153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE153B; }
p { color: rgb(254,21,59); }
H1.HeaderClassName
{
color: #FE153B;
}
.AnyTagClassName
{
color: #FE153B;
}
</style>
background-color css
<style>
a { background-color: #FE153B; }
a { background-color: rgb(254,21,59); }
div.DivClassName
{
background-color: #FE153B;
}
.BgClassName
{
background-color: #FE153B;
}
</style>
border-color css
<style>
span { border-color: #FE153B; }
span { border-color: rgb(254,21,59); }
td.TdClassName
{
border-color: #FE153B;
}
.TagClassName
{
border-color: #FE153B;
}
</style>