Shades of Torch Red #FD082C
Tints of Torch Red #FD082C
RGB
CMYK
RGB Variations
Color information
#FD082C (or 0xFD082C) is known color: Torch Red. HEX triplet: FD, 08 and 2C. RGB value is (253,8,44). Sum of RGB (Red+Green+Blue) = 253+8+44=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD082C is #02F7D3. Grayscale: #555555. Windows color (decimal): -194516 or 2885885. OLE color: 2885885.
HSL color Cylindrical-coordinate representation of color #FD082C: hue angle of 351.18º 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 #FD082C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.01 |
| HSL | 351.18º | 0.98% | 0.51% | - |
| HSV(B) | 351.18º | 0.97% | 0.99% | - |
| XYZ | 41.05 | 21.24 | 4.32 | - |
| YUV | 85.36 | 104.67 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 44 | 0 | 0.97 | 0.83 | 0.01 | 351.18 | 0.98 | 0.51 |
| Hex | FD | 8 | 2C | 0 | 61 | 53 | 1 | 15F | 62 | 33 |
| Octal | 375 | 10 | 54 | 0 | 141 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111101 | 1000 | 101100 | 0 | 1100001 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FD082C
Complementary color
Monochromatic Colors of #FD082C
Black with #FD082C
Text Example
Text Example
White with #FD082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD082C; }
p { color: rgb(253,8,44); }
H1.HeaderClassName
{
color: #FD082C;
}
.AnyTagClassName
{
color: #FD082C;
}
</style>
background-color css
<style>
a { background-color: #FD082C; }
a { background-color: rgb(253,8,44); }
div.DivClassName
{
background-color: #FD082C;
}
.BgClassName
{
background-color: #FD082C;
}
</style>
border-color css
<style>
span { border-color: #FD082C; }
span { border-color: rgb(253,8,44); }
td.TdClassName
{
border-color: #FD082C;
}
.TagClassName
{
border-color: #FD082C;
}
</style>