Shades of Torch Red #FD071D
Tints of Torch Red #FD071D
RGB
CMYK
RGB Variations
Color information
#FD071D (or 0xFD071D) is known color: Torch Red. HEX triplet: FD, 07 and 1D. RGB value is (253,7,29). Sum of RGB (Red+Green+Blue) = 253+7+29=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD071D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD071D is #02F8E2. Grayscale: #535353. Windows color (decimal): -194787 or 1902589. OLE color: 1902589.
HSL color Cylindrical-coordinate representation of color #FD071D: hue angle of 354.63º 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 #FD071D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.01 |
| HSL | 354.63º | 0.98% | 0.51% | - |
| HSV(B) | 354.63º | 0.97% | 0.99% | - |
| XYZ | 40.81 | 21.12 | 3.09 | - |
| YUV | 83.06 | 97.5 | 249.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 29 | 0 | 0.97 | 0.89 | 0.01 | 354.63 | 0.98 | 0.51 |
| Hex | FD | 7 | 1D | 0 | 61 | 59 | 1 | 163 | 62 | 33 |
| Octal | 375 | 7 | 35 | 0 | 141 | 131 | 1 | 543 | 142 | 63 |
| Binary | 11111101 | 111 | 11101 | 0 | 1100001 | 1011001 | 1 | 101100011 | 1100010 | 110011 |
Color Harmonies of #FD071D
Complementary color
Monochromatic Colors of #FD071D
Black with #FD071D
Text Example
Text Example
White with #FD071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD071D; }
p { color: rgb(253,7,29); }
H1.HeaderClassName
{
color: #FD071D;
}
.AnyTagClassName
{
color: #FD071D;
}
</style>
background-color css
<style>
a { background-color: #FD071D; }
a { background-color: rgb(253,7,29); }
div.DivClassName
{
background-color: #FD071D;
}
.BgClassName
{
background-color: #FD071D;
}
</style>
border-color css
<style>
span { border-color: #FD071D; }
span { border-color: rgb(253,7,29); }
td.TdClassName
{
border-color: #FD071D;
}
.TagClassName
{
border-color: #FD071D;
}
</style>