Shades of Torch Red #FF0747
Tints of Torch Red #FF0747
RGB
CMYK
RGB Variations
Color information
#FF0747 (or 0xFF0747) is known color: Torch Red. HEX triplet: FF, 07 and 47. RGB value is (255,7,71). Sum of RGB (Red+Green+Blue) = 255+7+71=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0747 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0747 is #00F8B8. Grayscale: #585858. Windows color (decimal): -63673 or 4655103. OLE color: 4655103.
HSL color Cylindrical-coordinate representation of color #FF0747: hue angle of 344.52º 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 #FF0747 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 71 | - |
| CMYK | 0 | 0.97 | 0.72 | 0 |
| HSL | 344.52º | 1% | 0.51% | - |
| HSV(B) | 344.52º | 0.97% | 1% | - |
| XYZ | 42.45 | 21.87 | 7.94 | - |
| YUV | 88.45 | 118.16 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 71 | 0 | 0.97 | 0.72 | 0 | 344.52 | 1 | 0.51 |
| Hex | FF | 7 | 47 | 0 | 61 | 48 | 0 | 159 | 64 | 33 |
| Octal | 377 | 7 | 107 | 0 | 141 | 110 | 0 | 531 | 144 | 63 |
| Binary | 11111111 | 111 | 1000111 | 0 | 1100001 | 1001000 | 0 | 101011001 | 1100100 | 110011 |
Color Harmonies of #FF0747
Complementary color
Monochromatic Colors of #FF0747
Black with #FF0747
Text Example
Text Example
White with #FF0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0747; }
p { color: rgb(255,7,71); }
H1.HeaderClassName
{
color: #FF0747;
}
.AnyTagClassName
{
color: #FF0747;
}
</style>
background-color css
<style>
a { background-color: #FF0747; }
a { background-color: rgb(255,7,71); }
div.DivClassName
{
background-color: #FF0747;
}
.BgClassName
{
background-color: #FF0747;
}
</style>
border-color css
<style>
span { border-color: #FF0747; }
span { border-color: rgb(255,7,71); }
td.TdClassName
{
border-color: #FF0747;
}
.TagClassName
{
border-color: #FF0747;
}
</style>