Shades of Torch Red #FE0013
Tints of Torch Red #FE0013
RGB
CMYK
RGB Variations
Color information
#FE0013 (or 0xFE0013) is known color: Torch Red. HEX triplet: FE, 00 and 13. RGB value is (254,0,19). Sum of RGB (Red+Green+Blue) = 254+0+19=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0013 is #01FFEC. Grayscale: #4E4E4E. Windows color (decimal): -131053 or 1245438. OLE color: 1245438.
HSL color Cylindrical-coordinate representation of color #FE0013: hue angle of 355.51º 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 #FE0013 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.93 | 0.00 |
| HSL | 355.51º | 1% | 0.5% | - |
| HSV(B) | 355.51º | 1% | 1% | - |
| XYZ | 40.99 | 21.12 | 2.53 | - |
| YUV | 78.11 | 94.65 | 253.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 19 | 0 | 1 | 0.93 | 0.00 | 355.51 | 1 | 0.5 |
| Hex | FE | 0 | 13 | 0 | 64 | 5D | 0 | 164 | 64 | 32 |
| Octal | 376 | 0 | 23 | 0 | 144 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111110 | 0 | 10011 | 0 | 1100100 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FE0013
Complementary color
Monochromatic Colors of #FE0013
Black with #FE0013
Text Example
Text Example
White with #FE0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0013; }
p { color: rgb(254,0,19); }
H1.HeaderClassName
{
color: #FE0013;
}
.AnyTagClassName
{
color: #FE0013;
}
</style>
background-color css
<style>
a { background-color: #FE0013; }
a { background-color: rgb(254,0,19); }
div.DivClassName
{
background-color: #FE0013;
}
.BgClassName
{
background-color: #FE0013;
}
</style>
border-color css
<style>
span { border-color: #FE0013; }
span { border-color: rgb(254,0,19); }
td.TdClassName
{
border-color: #FE0013;
}
.TagClassName
{
border-color: #FE0013;
}
</style>