Shades of Torch Red #FF082F
Tints of Torch Red #FF082F
RGB
CMYK
RGB Variations
Color information
#FF082F (or 0xFF082F) is known color: Torch Red. HEX triplet: FF, 08 and 2F. RGB value is (255,8,47). Sum of RGB (Red+Green+Blue) = 255+8+47=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF082F is #00F7D0. Grayscale: #565656. Windows color (decimal): -63441 or 3082495. OLE color: 3082495.
HSL color Cylindrical-coordinate representation of color #FF082F: hue angle of 350.53º 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 #FF082F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.82 | 0 |
| HSL | 350.53º | 1% | 0.52% | - |
| HSV(B) | 350.53º | 0.97% | 1% | - |
| XYZ | 41.84 | 21.64 | 4.66 | - |
| YUV | 86.3 | 105.83 | 248.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 47 | 0 | 0.97 | 0.82 | 0 | 350.53 | 1 | 0.52 |
| Hex | FF | 8 | 2F | 0 | 61 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 10 | 57 | 0 | 141 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1000 | 101111 | 0 | 1100001 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF082F
Complementary color
Monochromatic Colors of #FF082F
Black with #FF082F
Text Example
Text Example
White with #FF082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF082F; }
p { color: rgb(255,8,47); }
H1.HeaderClassName
{
color: #FF082F;
}
.AnyTagClassName
{
color: #FF082F;
}
</style>
background-color css
<style>
a { background-color: #FF082F; }
a { background-color: rgb(255,8,47); }
div.DivClassName
{
background-color: #FF082F;
}
.BgClassName
{
background-color: #FF082F;
}
</style>
border-color css
<style>
span { border-color: #FF082F; }
span { border-color: rgb(255,8,47); }
td.TdClassName
{
border-color: #FF082F;
}
.TagClassName
{
border-color: #FF082F;
}
</style>