Shades of Torch Red #FE152C
Tints of Torch Red #FE152C
RGB
CMYK
RGB Variations
Color information
#FE152C (or 0xFE152C) is known color: Torch Red. HEX triplet: FE, 15 and 2C. RGB value is (254,21,44). Sum of RGB (Red+Green+Blue) = 254+21+44=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE152C is #01EAD3. Grayscale: #5D5D5D. Windows color (decimal): -125652 or 2889214. OLE color: 2889214.
HSL color Cylindrical-coordinate representation of color #FE152C: hue angle of 354.08º 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 #FE152C is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 44 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.00 |
| HSL | 354.08º | 0.99% | 0.54% | - |
| HSV(B) | 354.08º | 0.92% | 1% | - |
| XYZ | 41.6 | 21.79 | 4.4 | - |
| YUV | 93.29 | 100.19 | 242.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 44 | 0 | 0.92 | 0.83 | 0.00 | 354.08 | 0.99 | 0.54 |
| Hex | FE | 15 | 2C | 0 | 5C | 53 | 0 | 162 | 63 | 36 |
| Octal | 376 | 25 | 54 | 0 | 134 | 123 | 0 | 542 | 143 | 66 |
| Binary | 11111110 | 10101 | 101100 | 0 | 1011100 | 1010011 | 0 | 101100010 | 1100011 | 110110 |
Color Harmonies of #FE152C
Complementary color
Monochromatic Colors of #FE152C
Black with #FE152C
Text Example
Text Example
White with #FE152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE152C; }
p { color: rgb(254,21,44); }
H1.HeaderClassName
{
color: #FE152C;
}
.AnyTagClassName
{
color: #FE152C;
}
</style>
background-color css
<style>
a { background-color: #FE152C; }
a { background-color: rgb(254,21,44); }
div.DivClassName
{
background-color: #FE152C;
}
.BgClassName
{
background-color: #FE152C;
}
</style>
border-color css
<style>
span { border-color: #FE152C; }
span { border-color: rgb(254,21,44); }
td.TdClassName
{
border-color: #FE152C;
}
.TagClassName
{
border-color: #FE152C;
}
</style>