Shades of Torch Red #FE070D
Tints of Torch Red #FE070D
RGB
CMYK
RGB Variations
Color information
#FE070D (or 0xFE070D) is known color: Torch Red. HEX triplet: FE, 07 and 0D. RGB value is (254,7,13). Sum of RGB (Red+Green+Blue) = 254+7+13=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE070D is #01F8F2. Grayscale: #515151. Windows color (decimal): -129267 or 854014. OLE color: 854014.
HSL color Cylindrical-coordinate representation of color #FE070D: hue angle of 358.54º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE070D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.00 |
| HSL | 358.54º | 0.99% | 0.51% | - |
| HSV(B) | 358.54º | 0.97% | 1% | - |
| XYZ | 41.02 | 21.25 | 2.32 | - |
| YUV | 81.54 | 89.33 | 251.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 13 | 0 | 0.97 | 0.95 | 0.00 | 358.54 | 0.99 | 0.51 |
| Hex | FE | 7 | D | 0 | 61 | 5F | 0 | 167 | 63 | 33 |
| Octal | 376 | 7 | 15 | 0 | 141 | 137 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 111 | 1101 | 0 | 1100001 | 1011111 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE070D
Complementary color
Monochromatic Colors of #FE070D
Black with #FE070D
Text Example
Text Example
White with #FE070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE070D; }
p { color: rgb(254,7,13); }
H1.HeaderClassName
{
color: #FE070D;
}
.AnyTagClassName
{
color: #FE070D;
}
</style>
background-color css
<style>
a { background-color: #FE070D; }
a { background-color: rgb(254,7,13); }
div.DivClassName
{
background-color: #FE070D;
}
.BgClassName
{
background-color: #FE070D;
}
</style>
border-color css
<style>
span { border-color: #FE070D; }
span { border-color: rgb(254,7,13); }
td.TdClassName
{
border-color: #FE070D;
}
.TagClassName
{
border-color: #FE070D;
}
</style>