Shades of Torch Red #FF082D
Tints of Torch Red #FF082D
RGB
CMYK
RGB Variations
Color information
#FF082D (or 0xFF082D) is known color: Torch Red. HEX triplet: FF, 08 and 2D. RGB value is (255,8,45). Sum of RGB (Red+Green+Blue) = 255+8+45=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF082D is #00F7D2. Grayscale: #565656. Windows color (decimal): -63443 or 2951423. OLE color: 2951423.
HSL color Cylindrical-coordinate representation of color #FF082D: hue angle of 351.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0 |
| HSL | 351.01º | 1% | 0.52% | - |
| HSV(B) | 351.01º | 0.97% | 1% | - |
| XYZ | 41.8 | 21.62 | 4.45 | - |
| YUV | 86.07 | 104.83 | 248.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 45 | 0 | 0.97 | 0.82 | 0 | 351.01 | 1 | 0.52 |
| Hex | FF | 8 | 2D | 0 | 61 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 10 | 55 | 0 | 141 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1000 | 101101 | 0 | 1100001 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF082D
Complementary color
Monochromatic Colors of #FF082D
Black with #FF082D
Text Example
Text Example
White with #FF082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF082D; }
p { color: rgb(255,8,45); }
H1.HeaderClassName
{
color: #FF082D;
}
.AnyTagClassName
{
color: #FF082D;
}
</style>
background-color css
<style>
a { background-color: #FF082D; }
a { background-color: rgb(255,8,45); }
div.DivClassName
{
background-color: #FF082D;
}
.BgClassName
{
background-color: #FF082D;
}
</style>
border-color css
<style>
span { border-color: #FF082D; }
span { border-color: rgb(255,8,45); }
td.TdClassName
{
border-color: #FF082D;
}
.TagClassName
{
border-color: #FF082D;
}
</style>