Shades of Torch Red #FF082B
Tints of Torch Red #FF082B
RGB
CMYK
RGB Variations
Color information
#FF082B (or 0xFF082B) is known color: Torch Red. HEX triplet: FF, 08 and 2B. RGB value is (255,8,43). Sum of RGB (Red+Green+Blue) = 255+8+43=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF082B is #00F7D4. Grayscale: #555555. Windows color (decimal): -63445 or 2820351. OLE color: 2820351.
HSL color Cylindrical-coordinate representation of color #FF082B: hue angle of 351.5º 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 #FF082B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0 |
| HSL | 351.5º | 1% | 0.52% | - |
| HSV(B) | 351.5º | 0.97% | 1% | - |
| XYZ | 41.76 | 21.61 | 4.26 | - |
| YUV | 85.84 | 103.83 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 43 | 0 | 0.97 | 0.83 | 0 | 351.5 | 1 | 0.52 |
| Hex | FF | 8 | 2B | 0 | 61 | 53 | 0 | 15F | 64 | 34 |
| Octal | 377 | 10 | 53 | 0 | 141 | 123 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1000 | 101011 | 0 | 1100001 | 1010011 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF082B
Complementary color
Monochromatic Colors of #FF082B
Black with #FF082B
Text Example
Text Example
White with #FF082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF082B; }
p { color: rgb(255,8,43); }
H1.HeaderClassName
{
color: #FF082B;
}
.AnyTagClassName
{
color: #FF082B;
}
</style>
background-color css
<style>
a { background-color: #FF082B; }
a { background-color: rgb(255,8,43); }
div.DivClassName
{
background-color: #FF082B;
}
.BgClassName
{
background-color: #FF082B;
}
</style>
border-color css
<style>
span { border-color: #FF082B; }
span { border-color: rgb(255,8,43); }
td.TdClassName
{
border-color: #FF082B;
}
.TagClassName
{
border-color: #FF082B;
}
</style>