Shades of Tomato #FF5B48
Tints of Tomato #FF5B48
RGB
CMYK
RGB Variations
Color information
#FF5B48 (or 0xFF5B48) is known color: Tomato. HEX triplet: FF, 5B and 48. RGB value is (255,91,72). Sum of RGB (Red+Green+Blue) = 255+91+72=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B48 is #00A4B7. Grayscale: #8A8A8A. Windows color (decimal): -42168 or 4742143. OLE color: 4742143.
HSL color Cylindrical-coordinate representation of color #FF5B48: hue angle of 6.23º 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 #FF5B48 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 72 | - |
| CMYK | 0 | 0.64 | 0.72 | 0 |
| HSL | 6.23º | 1% | 0.64% | - |
| HSV(B) | 6.23º | 0.72% | 1% | - |
| XYZ | 46.15 | 29.21 | 9.34 | - |
| YUV | 137.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 72 | 0 | 0.64 | 0.72 | 0 | 6.23 | 1 | 0.64 |
| Hex | FF | 5B | 48 | 0 | 40 | 48 | 0 | 6 | 64 | 40 |
| Octal | 377 | 133 | 110 | 0 | 100 | 110 | 0 | 6 | 144 | 100 |
| Binary | 11111111 | 1011011 | 1001000 | 0 | 1000000 | 1001000 | 0 | 110 | 1100100 | 1000000 |
Color Harmonies of #FF5B48
Complementary color
Monochromatic Colors of #FF5B48
Black with #FF5B48
Text Example
Text Example
White with #FF5B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B48; }
p { color: rgb(255,91,72); }
H1.HeaderClassName
{
color: #FF5B48;
}
.AnyTagClassName
{
color: #FF5B48;
}
</style>
background-color css
<style>
a { background-color: #FF5B48; }
a { background-color: rgb(255,91,72); }
div.DivClassName
{
background-color: #FF5B48;
}
.BgClassName
{
background-color: #FF5B48;
}
</style>
border-color css
<style>
span { border-color: #FF5B48; }
span { border-color: rgb(255,91,72); }
td.TdClassName
{
border-color: #FF5B48;
}
.TagClassName
{
border-color: #FF5B48;
}
</style>