Shades of Tomato #FF6448
Tints of Tomato #FF6448
RGB
CMYK
RGB Variations
Color information
#FF6448 (or 0xFF6448) is known color: Tomato. HEX triplet: FF, 64 and 48. RGB value is (255,100,72). Sum of RGB (Red+Green+Blue) = 255+100+72=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6448 is #009BB7. Grayscale: #8F8F8F. Windows color (decimal): -39864 or 4744447. OLE color: 4744447.
HSL color Cylindrical-coordinate representation of color #FF6448: hue angle of 9.18º 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 #FF6448 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 72 | - |
| CMYK | 0 | 0.61 | 0.72 | 0 |
| HSL | 9.18º | 1% | 0.64% | - |
| HSV(B) | 9.18º | 0.72% | 1% | - |
| XYZ | 46.97 | 30.84 | 9.61 | - |
| YUV | 143.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 72 | 0 | 0.61 | 0.72 | 0 | 9.18 | 1 | 0.64 |
| Hex | FF | 64 | 48 | 0 | 3D | 48 | 0 | 9 | 64 | 40 |
| Octal | 377 | 144 | 110 | 0 | 75 | 110 | 0 | 11 | 144 | 100 |
| Binary | 11111111 | 1100100 | 1001000 | 0 | 111101 | 1001000 | 0 | 1001 | 1100100 | 1000000 |
Color Harmonies of #FF6448
Complementary color
Monochromatic Colors of #FF6448
Black with #FF6448
Text Example
Text Example
White with #FF6448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6448; }
p { color: rgb(255,100,72); }
H1.HeaderClassName
{
color: #FF6448;
}
.AnyTagClassName
{
color: #FF6448;
}
</style>
background-color css
<style>
a { background-color: #FF6448; }
a { background-color: rgb(255,100,72); }
div.DivClassName
{
background-color: #FF6448;
}
.BgClassName
{
background-color: #FF6448;
}
</style>
border-color css
<style>
span { border-color: #FF6448; }
span { border-color: rgb(255,100,72); }
td.TdClassName
{
border-color: #FF6448;
}
.TagClassName
{
border-color: #FF6448;
}
</style>