Shades of Torch Red #F01737
Tints of Torch Red #F01737
RGB
CMYK
RGB Variations
Color information
#F01737 (or 0xF01737) is known color: Torch Red. HEX triplet: F0, 17 and 37. RGB value is (240,23,55). Sum of RGB (Red+Green+Blue) = 240+23+55=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F01737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01737 is #0FE8C8. Grayscale: #5B5B5B. Windows color (decimal): -1042633 or 3610608. OLE color: 3610608.
HSL color Cylindrical-coordinate representation of color #F01737: hue angle of 351.15º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01737 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 55 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.06 |
| HSL | 351.15º | 0.88% | 0.52% | - |
| HSV(B) | 351.15º | 0.9% | 0.94% | - |
| XYZ | 36.93 | 19.41 | 5.42 | - |
| YUV | 91.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 55 | 0 | 0.90 | 0.77 | 0.06 | 351.15 | 0.88 | 0.52 |
| Hex | F0 | 17 | 37 | 0 | 5A | 4D | 6 | 15F | 58 | 34 |
| Octal | 360 | 27 | 67 | 0 | 132 | 115 | 6 | 537 | 130 | 64 |
| Binary | 11110000 | 10111 | 110111 | 0 | 1011010 | 1001101 | 110 | 101011111 | 1011000 | 110100 |
Color Harmonies of #F01737
Complementary color
Monochromatic Colors of #F01737
Black with #F01737
Text Example
Text Example
White with #F01737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01737; }
p { color: rgb(240,23,55); }
H1.HeaderClassName
{
color: #F01737;
}
.AnyTagClassName
{
color: #F01737;
}
</style>
background-color css
<style>
a { background-color: #F01737; }
a { background-color: rgb(240,23,55); }
div.DivClassName
{
background-color: #F01737;
}
.BgClassName
{
background-color: #F01737;
}
</style>
border-color css
<style>
span { border-color: #F01737; }
span { border-color: rgb(240,23,55); }
td.TdClassName
{
border-color: #F01737;
}
.TagClassName
{
border-color: #F01737;
}
</style>