Shades of Torch Red #FE152E
Tints of Torch Red #FE152E
RGB
CMYK
RGB Variations
Color information
#FE152E (or 0xFE152E) is known color: Torch Red. HEX triplet: FE, 15 and 2E. RGB value is (254,21,46). Sum of RGB (Red+Green+Blue) = 254+21+46=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE152E is #01EAD1. Grayscale: #5D5D5D. Windows color (decimal): -125650 or 3020286. OLE color: 3020286.
HSL color Cylindrical-coordinate representation of color #FE152E: hue angle of 353.56º 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 #FE152E is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 46 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.00 |
| HSL | 353.56º | 0.99% | 0.54% | - |
| HSV(B) | 353.56º | 0.92% | 1% | - |
| XYZ | 41.63 | 21.8 | 4.6 | - |
| YUV | 93.52 | 101.19 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 46 | 0 | 0.92 | 0.82 | 0.00 | 353.56 | 0.99 | 0.54 |
| Hex | FE | 15 | 2E | 0 | 5C | 52 | 0 | 162 | 63 | 36 |
| Octal | 376 | 25 | 56 | 0 | 134 | 122 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10101 | 101110 | 0 | 1011100 | 1010010 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE152E
Complementary color
Monochromatic Colors of #FE152E
Black with #FE152E
Text Example
Text Example
White with #FE152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE152E; }
p { color: rgb(254,21,46); }
H1.HeaderClassName
{
color: #FE152E;
}
.AnyTagClassName
{
color: #FE152E;
}
</style>
background-color css
<style>
a { background-color: #FE152E; }
a { background-color: rgb(254,21,46); }
div.DivClassName
{
background-color: #FE152E;
}
.BgClassName
{
background-color: #FE152E;
}
</style>
border-color css
<style>
span { border-color: #FE152E; }
span { border-color: rgb(254,21,46); }
td.TdClassName
{
border-color: #FE152E;
}
.TagClassName
{
border-color: #FE152E;
}
</style>