Shades of Torch Red #FE010D
Tints of Torch Red #FE010D
RGB
CMYK
RGB Variations
Color information
#FE010D (or 0xFE010D) is known color: Torch Red. HEX triplet: FE, 01 and 0D. RGB value is (254,1,13). Sum of RGB (Red+Green+Blue) = 254+1+13=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE010D is #01FEF2. Grayscale: #4E4E4E. Windows color (decimal): -130803 or 852478. OLE color: 852478.
HSL color Cylindrical-coordinate representation of color #FE010D: hue angle of 357.15º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.00 |
| HSL | 357.15º | 0.99% | 0.5% | - |
| HSV(B) | 357.15º | 1% | 1% | - |
| XYZ | 40.96 | 21.12 | 2.3 | - |
| YUV | 78.02 | 91.32 | 253.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 13 | 0 | 1.00 | 0.95 | 0.00 | 357.15 | 0.99 | 0.5 |
| Hex | FE | 1 | D | 0 | 64 | 5F | 0 | 165 | 63 | 32 |
| Octal | 376 | 1 | 15 | 0 | 144 | 137 | 0 | 545 | 143 | 62 |
| Binary | 11111110 | 1 | 1101 | 0 | 1100100 | 1011111 | 0 | 101100101 | 1100011 | 110010 |
Color Harmonies of #FE010D
Complementary color
Monochromatic Colors of #FE010D
Black with #FE010D
Text Example
Text Example
White with #FE010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE010D; }
p { color: rgb(254,1,13); }
H1.HeaderClassName
{
color: #FE010D;
}
.AnyTagClassName
{
color: #FE010D;
}
</style>
background-color css
<style>
a { background-color: #FE010D; }
a { background-color: rgb(254,1,13); }
div.DivClassName
{
background-color: #FE010D;
}
.BgClassName
{
background-color: #FE010D;
}
</style>
border-color css
<style>
span { border-color: #FE010D; }
span { border-color: rgb(254,1,13); }
td.TdClassName
{
border-color: #FE010D;
}
.TagClassName
{
border-color: #FE010D;
}
</style>