Shades of Torch Red #FF083D
Tints of Torch Red #FF083D
RGB
CMYK
RGB Variations
Color information
#FF083D (or 0xFF083D) is known color: Torch Red. HEX triplet: FF, 08 and 3D. RGB value is (255,8,61). Sum of RGB (Red+Green+Blue) = 255+8+61=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF083D is #00F7C2. Grayscale: #575757. Windows color (decimal): -63427 or 3999999. OLE color: 3999999.
HSL color Cylindrical-coordinate representation of color #FF083D: hue angle of 347.13º 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 #FF083D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.76 | 0 |
| HSL | 347.13º | 1% | 0.52% | - |
| HSV(B) | 347.13º | 0.97% | 1% | - |
| XYZ | 42.17 | 21.77 | 6.39 | - |
| YUV | 87.9 | 112.83 | 247.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 61 | 0 | 0.97 | 0.76 | 0 | 347.13 | 1 | 0.52 |
| Hex | FF | 8 | 3D | 0 | 61 | 4C | 0 | 15B | 64 | 34 |
| Octal | 377 | 10 | 75 | 0 | 141 | 114 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1000 | 111101 | 0 | 1100001 | 1001100 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF083D
Complementary color
Monochromatic Colors of #FF083D
Black with #FF083D
Text Example
Text Example
White with #FF083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF083D; }
p { color: rgb(255,8,61); }
H1.HeaderClassName
{
color: #FF083D;
}
.AnyTagClassName
{
color: #FF083D;
}
</style>
background-color css
<style>
a { background-color: #FF083D; }
a { background-color: rgb(255,8,61); }
div.DivClassName
{
background-color: #FF083D;
}
.BgClassName
{
background-color: #FF083D;
}
</style>
border-color css
<style>
span { border-color: #FF083D; }
span { border-color: rgb(255,8,61); }
td.TdClassName
{
border-color: #FF083D;
}
.TagClassName
{
border-color: #FF083D;
}
</style>