Shades of Torch Red #FD070E
Tints of Torch Red #FD070E
RGB
CMYK
RGB Variations
Color information
#FD070E (or 0xFD070E) is known color: Torch Red. HEX triplet: FD, 07 and 0E. RGB value is (253,7,14). Sum of RGB (Red+Green+Blue) = 253+7+14=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD070E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD070E is #02F8F1. Grayscale: #515151. Windows color (decimal): -194802 or 919549. OLE color: 919549.
HSL color Cylindrical-coordinate representation of color #FD070E: hue angle of 358.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.01 |
| HSL | 358.29º | 0.98% | 0.51% | - |
| HSV(B) | 358.29º | 0.97% | 0.99% | - |
| XYZ | 40.66 | 21.07 | 2.34 | - |
| YUV | 81.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 14 | 0 | 0.97 | 0.94 | 0.01 | 358.29 | 0.98 | 0.51 |
| Hex | FD | 7 | E | 0 | 61 | 5E | 1 | 166 | 62 | 33 |
| Octal | 375 | 7 | 16 | 0 | 141 | 136 | 1 | 546 | 142 | 63 |
| Binary | 11111101 | 111 | 1110 | 0 | 1100001 | 1011110 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FD070E
Complementary color
Monochromatic Colors of #FD070E
Black with #FD070E
Text Example
Text Example
White with #FD070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD070E; }
p { color: rgb(253,7,14); }
H1.HeaderClassName
{
color: #FD070E;
}
.AnyTagClassName
{
color: #FD070E;
}
</style>
background-color css
<style>
a { background-color: #FD070E; }
a { background-color: rgb(253,7,14); }
div.DivClassName
{
background-color: #FD070E;
}
.BgClassName
{
background-color: #FD070E;
}
</style>
border-color css
<style>
span { border-color: #FD070E; }
span { border-color: rgb(253,7,14); }
td.TdClassName
{
border-color: #FD070E;
}
.TagClassName
{
border-color: #FD070E;
}
</style>