Shades of Torch Red #FF0047
Tints of Torch Red #FF0047
RGB
CMYK
RGB Variations
Color information
#FF0047 (or 0xFF0047) is known color: Torch Red. HEX triplet: FF, 00 and 47. RGB value is (255,0,71). Sum of RGB (Red+Green+Blue) = 255+0+71=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0047 is #00FFB8. Grayscale: #545454. Windows color (decimal): -65465 or 4653311. OLE color: 4653311.
HSL color Cylindrical-coordinate representation of color #FF0047: hue angle of 343.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0047 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.72 | 0 |
| HSL | 343.29º | 1% | 0.5% | - |
| HSV(B) | 343.29º | 1% | 1% | - |
| XYZ | 42.38 | 21.71 | 7.92 | - |
| YUV | 84.34 | 120.48 | 249.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 71 | 0 | 1 | 0.72 | 0 | 343.29 | 1 | 0.5 |
| Hex | FF | 0 | 47 | 0 | 64 | 48 | 0 | 157 | 64 | 32 |
| Octal | 377 | 0 | 107 | 0 | 144 | 110 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 0 | 1000111 | 0 | 1100100 | 1001000 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF0047
Complementary color
Monochromatic Colors of #FF0047
Black with #FF0047
Text Example
Text Example
White with #FF0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0047; }
p { color: rgb(255,0,71); }
H1.HeaderClassName
{
color: #FF0047;
}
.AnyTagClassName
{
color: #FF0047;
}
</style>
background-color css
<style>
a { background-color: #FF0047; }
a { background-color: rgb(255,0,71); }
div.DivClassName
{
background-color: #FF0047;
}
.BgClassName
{
background-color: #FF0047;
}
</style>
border-color css
<style>
span { border-color: #FF0047; }
span { border-color: rgb(255,0,71); }
td.TdClassName
{
border-color: #FF0047;
}
.TagClassName
{
border-color: #FF0047;
}
</style>