Shades of Torch Red #FF073D
Tints of Torch Red #FF073D
RGB
CMYK
RGB Variations
Color information
#FF073D (or 0xFF073D) is known color: Torch Red. HEX triplet: FF, 07 and 3D. RGB value is (255,7,61). Sum of RGB (Red+Green+Blue) = 255+7+61=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF073D is #00F8C2. Grayscale: #575757. Windows color (decimal): -63683 or 3999743. OLE color: 3999743.
HSL color Cylindrical-coordinate representation of color #FF073D: hue angle of 346.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF073D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.76 | 0 |
| HSL | 346.94º | 1% | 0.51% | - |
| HSV(B) | 346.94º | 0.97% | 1% | - |
| XYZ | 42.16 | 21.75 | 6.39 | - |
| YUV | 87.31 | 113.16 | 247.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 61 | 0 | 0.97 | 0.76 | 0 | 346.94 | 1 | 0.51 |
| Hex | FF | 7 | 3D | 0 | 61 | 4C | 0 | 15B | 64 | 33 |
| Octal | 377 | 7 | 75 | 0 | 141 | 114 | 0 | 533 | 144 | 63 |
| Binary | 11111111 | 111 | 111101 | 0 | 1100001 | 1001100 | 0 | 101011011 | 1100100 | 110011 |
Color Harmonies of #FF073D
Complementary color
Monochromatic Colors of #FF073D
Black with #FF073D
Text Example
Text Example
White with #FF073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF073D; }
p { color: rgb(255,7,61); }
H1.HeaderClassName
{
color: #FF073D;
}
.AnyTagClassName
{
color: #FF073D;
}
</style>
background-color css
<style>
a { background-color: #FF073D; }
a { background-color: rgb(255,7,61); }
div.DivClassName
{
background-color: #FF073D;
}
.BgClassName
{
background-color: #FF073D;
}
</style>
border-color css
<style>
span { border-color: #FF073D; }
span { border-color: rgb(255,7,61); }
td.TdClassName
{
border-color: #FF073D;
}
.TagClassName
{
border-color: #FF073D;
}
</style>