Shades of Torch Red #FD000E
Tints of Torch Red #FD000E
RGB
CMYK
RGB Variations
Color information
#FD000E (or 0xFD000E) is known color: Torch Red. HEX triplet: FD, 00 and 0E. RGB value is (253,0,14). Sum of RGB (Red+Green+Blue) = 253+0+14=267 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.76% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 253 - color contains mainly: red. Hex color #FD000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD000E is #02FFF1. Grayscale: #4D4D4D. Windows color (decimal): -196594 or 917757. OLE color: 917757.
HSL color Cylindrical-coordinate representation of color #FD000E: hue angle of 356.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.01 |
| HSL | 356.68º | 1% | 0.5% | - |
| HSV(B) | 356.68º | 1% | 0.99% | - |
| XYZ | 40.59 | 20.91 | 2.31 | - |
| YUV | 77.24 | 92.32 | 253.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 14 | 0 | 1 | 0.94 | 0.01 | 356.68 | 1 | 0.5 |
| Hex | FD | 0 | E | 0 | 64 | 5E | 1 | 165 | 64 | 32 |
| Octal | 375 | 0 | 16 | 0 | 144 | 136 | 1 | 545 | 144 | 62 |
| Binary | 11111101 | 0 | 1110 | 0 | 1100100 | 1011110 | 1 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FD000E
Complementary color
Monochromatic Colors of #FD000E
Black with #FD000E
Text Example
Text Example
White with #FD000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD000E; }
p { color: rgb(253,0,14); }
H1.HeaderClassName
{
color: #FD000E;
}
.AnyTagClassName
{
color: #FD000E;
}
</style>
background-color css
<style>
a { background-color: #FD000E; }
a { background-color: rgb(253,0,14); }
div.DivClassName
{
background-color: #FD000E;
}
.BgClassName
{
background-color: #FD000E;
}
</style>
border-color css
<style>
span { border-color: #FD000E; }
span { border-color: rgb(253,0,14); }
td.TdClassName
{
border-color: #FD000E;
}
.TagClassName
{
border-color: #FD000E;
}
</style>