Shades of Torch Red #FF072D
Tints of Torch Red #FF072D
RGB
CMYK
RGB Variations
Color information
#FF072D (or 0xFF072D) is known color: Torch Red. HEX triplet: FF, 07 and 2D. RGB value is (255,7,45). Sum of RGB (Red+Green+Blue) = 255+7+45=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF072D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF072D is #00F8D2. Grayscale: #555555. Windows color (decimal): -63699 or 2951167. OLE color: 2951167.
HSL color Cylindrical-coordinate representation of color #FF072D: hue angle of 350.81º 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 #FF072D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0 |
| HSL | 350.81º | 1% | 0.51% | - |
| HSV(B) | 350.81º | 0.97% | 1% | - |
| XYZ | 41.79 | 21.6 | 4.45 | - |
| YUV | 85.48 | 105.16 | 248.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 45 | 0 | 0.97 | 0.82 | 0 | 350.81 | 1 | 0.51 |
| Hex | FF | 7 | 2D | 0 | 61 | 52 | 0 | 15F | 64 | 33 |
| Octal | 377 | 7 | 55 | 0 | 141 | 122 | 0 | 537 | 144 | 63 |
| Binary | 11111111 | 111 | 101101 | 0 | 1100001 | 1010010 | 0 | 101011111 | 1100100 | 110011 |
Color Harmonies of #FF072D
Complementary color
Monochromatic Colors of #FF072D
Black with #FF072D
Text Example
Text Example
White with #FF072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF072D; }
p { color: rgb(255,7,45); }
H1.HeaderClassName
{
color: #FF072D;
}
.AnyTagClassName
{
color: #FF072D;
}
</style>
background-color css
<style>
a { background-color: #FF072D; }
a { background-color: rgb(255,7,45); }
div.DivClassName
{
background-color: #FF072D;
}
.BgClassName
{
background-color: #FF072D;
}
</style>
border-color css
<style>
span { border-color: #FF072D; }
span { border-color: rgb(255,7,45); }
td.TdClassName
{
border-color: #FF072D;
}
.TagClassName
{
border-color: #FF072D;
}
</style>