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