Shades of Torch Red #FE0015
Tints of Torch Red #FE0015
RGB
CMYK
RGB Variations
Color information
#FE0015 (or 0xFE0015) is known color: Torch Red. HEX triplet: FE, 00 and 15. RGB value is (254,0,21). Sum of RGB (Red+Green+Blue) = 254+0+21=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0015 is #01FFEA. Grayscale: #4E4E4E. Windows color (decimal): -131051 or 1376510. OLE color: 1376510.
HSL color Cylindrical-coordinate representation of color #FE0015: hue angle of 355.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0015 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.92 | 0.00 |
| HSL | 355.04º | 1% | 0.5% | - |
| HSV(B) | 355.04º | 1% | 1% | - |
| XYZ | 41.01 | 21.12 | 2.63 | - |
| YUV | 78.34 | 95.65 | 253.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 21 | 0 | 1 | 0.92 | 0.00 | 355.04 | 1 | 0.5 |
| Hex | FE | 0 | 15 | 0 | 64 | 5C | 0 | 163 | 64 | 32 |
| Octal | 376 | 0 | 25 | 0 | 144 | 134 | 0 | 543 | 144 | 62 |
| Binary | 11111110 | 0 | 10101 | 0 | 1100100 | 1011100 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FE0015
Complementary color
Monochromatic Colors of #FE0015
Black with #FE0015
Text Example
Text Example
White with #FE0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0015; }
p { color: rgb(254,0,21); }
H1.HeaderClassName
{
color: #FE0015;
}
.AnyTagClassName
{
color: #FE0015;
}
</style>
background-color css
<style>
a { background-color: #FE0015; }
a { background-color: rgb(254,0,21); }
div.DivClassName
{
background-color: #FE0015;
}
.BgClassName
{
background-color: #FE0015;
}
</style>
border-color css
<style>
span { border-color: #FE0015; }
span { border-color: rgb(254,0,21); }
td.TdClassName
{
border-color: #FE0015;
}
.TagClassName
{
border-color: #FE0015;
}
</style>