Shades of Torch Red #FE1415
Tints of Torch Red #FE1415
RGB
CMYK
RGB Variations
Color information
#FE1415 (or 0xFE1415) is known color: Torch Red. HEX triplet: FE, 14 and 15. RGB value is (254,20,21). Sum of RGB (Red+Green+Blue) = 254+20+21=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1415 is #01EBEA. Grayscale: #5A5A5A. Windows color (decimal): -125931 or 1381630. OLE color: 1381630.
HSL color Cylindrical-coordinate representation of color #FE1415: hue angle of 359.74º 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 #FE1415 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 21 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.00 |
| HSL | 359.74º | 0.99% | 0.54% | - |
| HSV(B) | 359.74º | 0.92% | 1% | - |
| XYZ | 41.26 | 21.63 | 2.71 | - |
| YUV | 90.08 | 89.02 | 244.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 21 | 0 | 0.92 | 0.92 | 0.00 | 359.74 | 0.99 | 0.54 |
| Hex | FE | 14 | 15 | 0 | 5C | 5C | 0 | 168 | 63 | 36 |
| Octal | 376 | 24 | 25 | 0 | 134 | 134 | 0 | 550 | 143 | 66 |
| Binary | 11111110 | 10100 | 10101 | 0 | 1011100 | 1011100 | 0 | 101101000 | 1100011 | 110110 |
Color Harmonies of #FE1415
Complementary color
Monochromatic Colors of #FE1415
Black with #FE1415
Text Example
Text Example
White with #FE1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1415; }
p { color: rgb(254,20,21); }
H1.HeaderClassName
{
color: #FE1415;
}
.AnyTagClassName
{
color: #FE1415;
}
</style>
background-color css
<style>
a { background-color: #FE1415; }
a { background-color: rgb(254,20,21); }
div.DivClassName
{
background-color: #FE1415;
}
.BgClassName
{
background-color: #FE1415;
}
</style>
border-color css
<style>
span { border-color: #FE1415; }
span { border-color: rgb(254,20,21); }
td.TdClassName
{
border-color: #FE1415;
}
.TagClassName
{
border-color: #FE1415;
}
</style>