Shades of Torch Red #F01839
Tints of Torch Red #F01839
RGB
CMYK
RGB Variations
Color information
#F01839 (or 0xF01839) is known color: Torch Red. HEX triplet: F0, 18 and 39. RGB value is (240,24,57). Sum of RGB (Red+Green+Blue) = 240+24+57=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F01839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01839 is #0FE7C6. Grayscale: #5C5C5C. Windows color (decimal): -1042375 or 3741936. OLE color: 3741936.
HSL color Cylindrical-coordinate representation of color #F01839: hue angle of 350.83º 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 #F01839 is Cyan = 0, Magento = 0.9, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 57 | - |
| CMYK | 0 | 0.9 | 0.76 | 0.06 |
| HSL | 350.83º | 0.88% | 0.52% | - |
| HSV(B) | 350.83º | 0.9% | 0.94% | - |
| XYZ | 37 | 19.47 | 5.68 | - |
| YUV | 92.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 57 | 0 | 0.9 | 0.76 | 0.06 | 350.83 | 0.88 | 0.52 |
| Hex | F0 | 18 | 39 | 0 | 5A | 4C | 6 | 15F | 58 | 34 |
| Octal | 360 | 30 | 71 | 0 | 132 | 114 | 6 | 537 | 130 | 64 |
| Binary | 11110000 | 11000 | 111001 | 0 | 1011010 | 1001100 | 110 | 101011111 | 1011000 | 110100 |
Color Harmonies of #F01839
Complementary color
Monochromatic Colors of #F01839
Black with #F01839
Text Example
Text Example
White with #F01839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01839; }
p { color: rgb(240,24,57); }
H1.HeaderClassName
{
color: #F01839;
}
.AnyTagClassName
{
color: #F01839;
}
</style>
background-color css
<style>
a { background-color: #F01839; }
a { background-color: rgb(240,24,57); }
div.DivClassName
{
background-color: #F01839;
}
.BgClassName
{
background-color: #F01839;
}
</style>
border-color css
<style>
span { border-color: #F01839; }
span { border-color: rgb(240,24,57); }
td.TdClassName
{
border-color: #F01839;
}
.TagClassName
{
border-color: #F01839;
}
</style>