Shades of Torch Red #FF0730
Tints of Torch Red #FF0730
RGB
CMYK
RGB Variations
Color information
#FF0730 (or 0xFF0730) is known color: Torch Red. HEX triplet: FF, 07 and 30. RGB value is (255,7,48). Sum of RGB (Red+Green+Blue) = 255+7+48=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0730 is #00F8CF. Grayscale: #555555. Windows color (decimal): -63696 or 3147775. OLE color: 3147775.
HSL color Cylindrical-coordinate representation of color #FF0730: hue angle of 350.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0730 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.81 | 0 |
| HSL | 350.08º | 1% | 0.51% | - |
| HSV(B) | 350.08º | 0.97% | 1% | - |
| XYZ | 41.85 | 21.63 | 4.76 | - |
| YUV | 85.83 | 106.66 | 248.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 48 | 0 | 0.97 | 0.81 | 0 | 350.08 | 1 | 0.51 |
| Hex | FF | 7 | 30 | 0 | 61 | 51 | 0 | 15E | 64 | 33 |
| Octal | 377 | 7 | 60 | 0 | 141 | 121 | 0 | 536 | 144 | 63 |
| Binary | 11111111 | 111 | 110000 | 0 | 1100001 | 1010001 | 0 | 101011110 | 1100100 | 110011 |
Color Harmonies of #FF0730
Complementary color
Monochromatic Colors of #FF0730
Black with #FF0730
Text Example
Text Example
White with #FF0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0730; }
p { color: rgb(255,7,48); }
H1.HeaderClassName
{
color: #FF0730;
}
.AnyTagClassName
{
color: #FF0730;
}
</style>
background-color css
<style>
a { background-color: #FF0730; }
a { background-color: rgb(255,7,48); }
div.DivClassName
{
background-color: #FF0730;
}
.BgClassName
{
background-color: #FF0730;
}
</style>
border-color css
<style>
span { border-color: #FF0730; }
span { border-color: rgb(255,7,48); }
td.TdClassName
{
border-color: #FF0730;
}
.TagClassName
{
border-color: #FF0730;
}
</style>