Shades of Tomato #FF7047
Tints of Tomato #FF7047
RGB
CMYK
RGB Variations
Color information
#FF7047 (or 0xFF7047) is known color: Tomato. HEX triplet: FF, 70 and 47. RGB value is (255,112,71). Sum of RGB (Red+Green+Blue) = 255+112+71=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7047 is #008FB8. Grayscale: #969696. Windows color (decimal): -36793 or 4681983. OLE color: 4681983.
HSL color Cylindrical-coordinate representation of color #FF7047: hue angle of 13.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF7047 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 71 | - |
| CMYK | 0 | 0.56 | 0.72 | 0 |
| HSL | 13.37º | 1% | 0.64% | - |
| HSV(B) | 13.37º | 0.72% | 1% | - |
| XYZ | 48.17 | 33.3 | 9.85 | - |
| YUV | 150.08 | 83.38 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 71 | 0 | 0.56 | 0.72 | 0 | 13.37 | 1 | 0.64 |
| Hex | FF | 70 | 47 | 0 | 38 | 48 | 0 | D | 64 | 40 |
| Octal | 377 | 160 | 107 | 0 | 70 | 110 | 0 | 15 | 144 | 100 |
| Binary | 11111111 | 1110000 | 1000111 | 0 | 111000 | 1001000 | 0 | 1101 | 1100100 | 1000000 |
Color Harmonies of #FF7047
Complementary color
Monochromatic Colors of #FF7047
Black with #FF7047
Text Example
Text Example
White with #FF7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7047; }
p { color: rgb(255,112,71); }
H1.HeaderClassName
{
color: #FF7047;
}
.AnyTagClassName
{
color: #FF7047;
}
</style>
background-color css
<style>
a { background-color: #FF7047; }
a { background-color: rgb(255,112,71); }
div.DivClassName
{
background-color: #FF7047;
}
.BgClassName
{
background-color: #FF7047;
}
</style>
border-color css
<style>
span { border-color: #FF7047; }
span { border-color: rgb(255,112,71); }
td.TdClassName
{
border-color: #FF7047;
}
.TagClassName
{
border-color: #FF7047;
}
</style>