Shades of Tomato #FF6445
Tints of Tomato #FF6445
RGB
CMYK
RGB Variations
Color information
#FF6445 (or 0xFF6445) is known color: Tomato. HEX triplet: FF, 64 and 45. RGB value is (255,100,69). Sum of RGB (Red+Green+Blue) = 255+100+69=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6445 is #009BBA. Grayscale: #8F8F8F. Windows color (decimal): -39867 or 4547839. OLE color: 4547839.
HSL color Cylindrical-coordinate representation of color #FF6445: hue angle of 10º 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 #FF6445 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 69 | - |
| CMYK | 0 | 0.61 | 0.73 | 0 |
| HSL | 10º | 1% | 0.64% | - |
| HSV(B) | 10º | 0.73% | 1% | - |
| XYZ | 46.87 | 30.8 | 9.11 | - |
| YUV | 142.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 69 | 0 | 0.61 | 0.73 | 0 | 10 | 1 | 0.64 |
| Hex | FF | 64 | 45 | 0 | 3D | 49 | 0 | A | 64 | 40 |
| Octal | 377 | 144 | 105 | 0 | 75 | 111 | 0 | 12 | 144 | 100 |
| Binary | 11111111 | 1100100 | 1000101 | 0 | 111101 | 1001001 | 0 | 1010 | 1100100 | 1000000 |
Color Harmonies of #FF6445
Complementary color
Monochromatic Colors of #FF6445
Black with #FF6445
Text Example
Text Example
White with #FF6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6445; }
p { color: rgb(255,100,69); }
H1.HeaderClassName
{
color: #FF6445;
}
.AnyTagClassName
{
color: #FF6445;
}
</style>
background-color css
<style>
a { background-color: #FF6445; }
a { background-color: rgb(255,100,69); }
div.DivClassName
{
background-color: #FF6445;
}
.BgClassName
{
background-color: #FF6445;
}
</style>
border-color css
<style>
span { border-color: #FF6445; }
span { border-color: rgb(255,100,69); }
td.TdClassName
{
border-color: #FF6445;
}
.TagClassName
{
border-color: #FF6445;
}
</style>