Shades of Tomato #FF7145
Tints of Tomato #FF7145
RGB
CMYK
RGB Variations
Color information
#FF7145 (or 0xFF7145) is known color: Tomato. HEX triplet: FF, 71 and 45. RGB value is (255,113,69). Sum of RGB (Red+Green+Blue) = 255+113+69=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7145 is #008EBA. Grayscale: #969696. Windows color (decimal): -36539 or 4551167. OLE color: 4551167.
HSL color Cylindrical-coordinate representation of color #FF7145: hue angle of 14.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF7145 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 69 | - |
| CMYK | 0 | 0.56 | 0.73 | 0 |
| HSL | 14.19º | 1% | 0.64% | - |
| HSV(B) | 14.19º | 0.73% | 1% | - |
| XYZ | 48.22 | 33.5 | 9.55 | - |
| YUV | 150.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 69 | 0 | 0.56 | 0.73 | 0 | 14.19 | 1 | 0.64 |
| Hex | FF | 71 | 45 | 0 | 38 | 49 | 0 | E | 64 | 40 |
| Octal | 377 | 161 | 105 | 0 | 70 | 111 | 0 | 16 | 144 | 100 |
| Binary | 11111111 | 1110001 | 1000101 | 0 | 111000 | 1001001 | 0 | 1110 | 1100100 | 1000000 |
Color Harmonies of #FF7145
Complementary color
Monochromatic Colors of #FF7145
Black with #FF7145
Text Example
Text Example
White with #FF7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7145; }
p { color: rgb(255,113,69); }
H1.HeaderClassName
{
color: #FF7145;
}
.AnyTagClassName
{
color: #FF7145;
}
</style>
background-color css
<style>
a { background-color: #FF7145; }
a { background-color: rgb(255,113,69); }
div.DivClassName
{
background-color: #FF7145;
}
.BgClassName
{
background-color: #FF7145;
}
</style>
border-color css
<style>
span { border-color: #FF7145; }
span { border-color: rgb(255,113,69); }
td.TdClassName
{
border-color: #FF7145;
}
.TagClassName
{
border-color: #FF7145;
}
</style>