Shades of Torch Red #FD082D
Tints of Torch Red #FD082D
RGB
CMYK
RGB Variations
Color information
#FD082D (or 0xFD082D) is known color: Torch Red. HEX triplet: FD, 08 and 2D. RGB value is (253,8,45). Sum of RGB (Red+Green+Blue) = 253+8+45=306 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.68% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 253 - color contains mainly: red. Hex color #FD082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD082D is #02F7D2. Grayscale: #555555. Windows color (decimal): -194515 or 2951421. OLE color: 2951421.
HSL color Cylindrical-coordinate representation of color #FD082D: hue angle of 350.94º 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 #FD082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.01 |
| HSL | 350.94º | 0.98% | 0.51% | - |
| HSV(B) | 350.94º | 0.97% | 0.99% | - |
| XYZ | 41.07 | 21.25 | 4.42 | - |
| YUV | 85.47 | 105.17 | 247.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 45 | 0 | 0.97 | 0.82 | 0.01 | 350.94 | 0.98 | 0.51 |
| Hex | FD | 8 | 2D | 0 | 61 | 52 | 1 | 15F | 62 | 33 |
| Octal | 375 | 10 | 55 | 0 | 141 | 122 | 1 | 537 | 142 | 63 |
| Binary | 11111101 | 1000 | 101101 | 0 | 1100001 | 1010010 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FD082D
Complementary color
Monochromatic Colors of #FD082D
Black with #FD082D
Text Example
Text Example
White with #FD082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD082D; }
p { color: rgb(253,8,45); }
H1.HeaderClassName
{
color: #FD082D;
}
.AnyTagClassName
{
color: #FD082D;
}
</style>
background-color css
<style>
a { background-color: #FD082D; }
a { background-color: rgb(253,8,45); }
div.DivClassName
{
background-color: #FD082D;
}
.BgClassName
{
background-color: #FD082D;
}
</style>
border-color css
<style>
span { border-color: #FD082D; }
span { border-color: rgb(253,8,45); }
td.TdClassName
{
border-color: #FD082D;
}
.TagClassName
{
border-color: #FD082D;
}
</style>