Shades of Torch Red #FF072F
Tints of Torch Red #FF072F
RGB
CMYK
RGB Variations
Color information
#FF072F (or 0xFF072F) is known color: Torch Red. HEX triplet: FF, 07 and 2F. RGB value is (255,7,47). Sum of RGB (Red+Green+Blue) = 255+7+47=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF072F is #00F8D0. Grayscale: #555555. Windows color (decimal): -63697 or 3082239. OLE color: 3082239.
HSL color Cylindrical-coordinate representation of color #FF072F: hue angle of 350.32º 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 #FF072F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.82 | 0 |
| HSL | 350.32º | 1% | 0.51% | - |
| HSV(B) | 350.32º | 0.97% | 1% | - |
| XYZ | 41.83 | 21.62 | 4.66 | - |
| YUV | 85.71 | 106.16 | 248.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 47 | 0 | 0.97 | 0.82 | 0 | 350.32 | 1 | 0.51 |
| Hex | FF | 7 | 2F | 0 | 61 | 52 | 0 | 15E | 64 | 33 |
| Octal | 377 | 7 | 57 | 0 | 141 | 122 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 111 | 101111 | 0 | 1100001 | 1010010 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF072F
Complementary color
Monochromatic Colors of #FF072F
Black with #FF072F
Text Example
Text Example
White with #FF072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF072F; }
p { color: rgb(255,7,47); }
H1.HeaderClassName
{
color: #FF072F;
}
.AnyTagClassName
{
color: #FF072F;
}
</style>
background-color css
<style>
a { background-color: #FF072F; }
a { background-color: rgb(255,7,47); }
div.DivClassName
{
background-color: #FF072F;
}
.BgClassName
{
background-color: #FF072F;
}
</style>
border-color css
<style>
span { border-color: #FF072F; }
span { border-color: rgb(255,7,47); }
td.TdClassName
{
border-color: #FF072F;
}
.TagClassName
{
border-color: #FF072F;
}
</style>