Shades of Torch Red #FE1520
Tints of Torch Red #FE1520
RGB
CMYK
RGB Variations
Color information
#FE1520 (or 0xFE1520) is known color: Torch Red. HEX triplet: FE, 15 and 20. RGB value is (254,21,32). Sum of RGB (Red+Green+Blue) = 254+21+32=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1520 is #01EADF. Grayscale: #5C5C5C. Windows color (decimal): -125664 or 2102782. OLE color: 2102782.
HSL color Cylindrical-coordinate representation of color #FE1520: hue angle of 357.17º 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 #FE1520 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 32 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.00 |
| HSL | 357.17º | 0.99% | 0.54% | - |
| HSV(B) | 357.17º | 0.92% | 1% | - |
| XYZ | 41.4 | 21.71 | 3.38 | - |
| YUV | 91.92 | 94.19 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 32 | 0 | 0.92 | 0.87 | 0.00 | 357.17 | 0.99 | 0.54 |
| Hex | FE | 15 | 20 | 0 | 5C | 57 | 0 | 165 | 63 | 36 |
| Octal | 376 | 25 | 40 | 0 | 134 | 127 | 0 | 545 | 143 | 66 |
| Binary | 11111110 | 10101 | 100000 | 0 | 1011100 | 1010111 | 0 | 101100101 | 1100011 | 110110 |
Color Harmonies of #FE1520
Complementary color
Monochromatic Colors of #FE1520
Black with #FE1520
Text Example
Text Example
White with #FE1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1520; }
p { color: rgb(254,21,32); }
H1.HeaderClassName
{
color: #FE1520;
}
.AnyTagClassName
{
color: #FE1520;
}
</style>
background-color css
<style>
a { background-color: #FE1520; }
a { background-color: rgb(254,21,32); }
div.DivClassName
{
background-color: #FE1520;
}
.BgClassName
{
background-color: #FE1520;
}
</style>
border-color css
<style>
span { border-color: #FE1520; }
span { border-color: rgb(254,21,32); }
td.TdClassName
{
border-color: #FE1520;
}
.TagClassName
{
border-color: #FE1520;
}
</style>