Shades of Torch Red #F00537
Tints of Torch Red #F00537
RGB
CMYK
RGB Variations
Color information
#F00537 (or 0xF00537) is known color: Torch Red. HEX triplet: F0, 05 and 37. RGB value is (240,5,55). Sum of RGB (Red+Green+Blue) = 240+5+55=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F00537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00537 is #0FFAC8. Grayscale: #515151. Windows color (decimal): -1047241 or 3606000. OLE color: 3606000.
HSL color Cylindrical-coordinate representation of color #F00537: hue angle of 347.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00537 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.06 |
| HSL | 347.23º | 0.96% | 0.48% | - |
| HSV(B) | 347.23º | 0.98% | 0.94% | - |
| XYZ | 36.68 | 18.91 | 5.33 | - |
| YUV | 80.97 | 113.36 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 55 | 0 | 0.98 | 0.77 | 0.06 | 347.23 | 0.96 | 0.48 |
| Hex | F0 | 5 | 37 | 0 | 62 | 4D | 6 | 15B | 60 | 30 |
| Octal | 360 | 5 | 67 | 0 | 142 | 115 | 6 | 533 | 140 | 60 |
| Binary | 11110000 | 101 | 110111 | 0 | 1100010 | 1001101 | 110 | 101011011 | 1100000 | 110000 |
Color Harmonies of #F00537
Complementary color
Monochromatic Colors of #F00537
Black with #F00537
Text Example
Text Example
White with #F00537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00537; }
p { color: rgb(240,5,55); }
H1.HeaderClassName
{
color: #F00537;
}
.AnyTagClassName
{
color: #F00537;
}
</style>
background-color css
<style>
a { background-color: #F00537; }
a { background-color: rgb(240,5,55); }
div.DivClassName
{
background-color: #F00537;
}
.BgClassName
{
background-color: #F00537;
}
</style>
border-color css
<style>
span { border-color: #F00537; }
span { border-color: rgb(240,5,55); }
td.TdClassName
{
border-color: #F00537;
}
.TagClassName
{
border-color: #F00537;
}
</style>