Shades of Torch Red #F00736
Tints of Torch Red #F00736
RGB
CMYK
RGB Variations
Color information
#F00736 (or 0xF00736) is known color: Torch Red. HEX triplet: F0, 07 and 36. RGB value is (240,7,54). Sum of RGB (Red+Green+Blue) = 240+7+54=301 (39% of max value = 765). Red value is 240 (94.14% from 255 or 79.73% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 240 - color contains mainly: red. Hex color #F00736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00736 is #0FF8C9. Grayscale: #525252. Windows color (decimal): -1046730 or 3540976. OLE color: 3540976.
HSL color Cylindrical-coordinate representation of color #F00736: hue angle of 347.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00736 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.06 |
| HSL | 347.9º | 0.94% | 0.48% | - |
| HSV(B) | 347.9º | 0.97% | 0.94% | - |
| XYZ | 36.68 | 18.94 | 5.21 | - |
| YUV | 82.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 54 | 0 | 0.97 | 0.78 | 0.06 | 347.9 | 0.94 | 0.48 |
| Hex | F0 | 7 | 36 | 0 | 61 | 4E | 6 | 15C | 5E | 30 |
| Octal | 360 | 7 | 66 | 0 | 141 | 116 | 6 | 534 | 136 | 60 |
| Binary | 11110000 | 111 | 110110 | 0 | 1100001 | 1001110 | 110 | 101011100 | 1011110 | 110000 |
Color Harmonies of #F00736
Complementary color
Monochromatic Colors of #F00736
Black with #F00736
Text Example
Text Example
White with #F00736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00736; }
p { color: rgb(240,7,54); }
H1.HeaderClassName
{
color: #F00736;
}
.AnyTagClassName
{
color: #F00736;
}
</style>
background-color css
<style>
a { background-color: #F00736; }
a { background-color: rgb(240,7,54); }
div.DivClassName
{
background-color: #F00736;
}
.BgClassName
{
background-color: #F00736;
}
</style>
border-color css
<style>
span { border-color: #F00736; }
span { border-color: rgb(240,7,54); }
td.TdClassName
{
border-color: #F00736;
}
.TagClassName
{
border-color: #F00736;
}
</style>