Shades of Torch Red #F0181E
Tints of Torch Red #F0181E
RGB
CMYK
RGB Variations
Color information
#F0181E (or 0xF0181E) is known color: Torch Red. HEX triplet: F0, 18 and 1E. RGB value is (240,24,30). Sum of RGB (Red+Green+Blue) = 240+24+30=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0181E is #0FE7E1. Grayscale: #595959. Windows color (decimal): -1042402 or 1972464. OLE color: 1972464.
HSL color Cylindrical-coordinate representation of color #F0181E: hue angle of 358.33º 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 #F0181E is Cyan = 0, Magento = 0.9, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 30 | - |
| CMYK | 0 | 0.9 | 0.87 | 0.06 |
| HSL | 358.33º | 0.88% | 0.52% | - |
| HSV(B) | 358.33º | 0.9% | 0.94% | - |
| XYZ | 36.5 | 19.27 | 3.02 | - |
| YUV | 89.27 | 94.56 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 30 | 0 | 0.9 | 0.87 | 0.06 | 358.33 | 0.88 | 0.52 |
| Hex | F0 | 18 | 1E | 0 | 5A | 57 | 6 | 166 | 58 | 34 |
| Octal | 360 | 30 | 36 | 0 | 132 | 127 | 6 | 546 | 130 | 64 |
| Binary | 11110000 | 11000 | 11110 | 0 | 1011010 | 1010111 | 110 | 101100110 | 1011000 | 110100 |
Color Harmonies of #F0181E
Complementary color
Monochromatic Colors of #F0181E
Black with #F0181E
Text Example
Text Example
White with #F0181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0181E; }
p { color: rgb(240,24,30); }
H1.HeaderClassName
{
color: #F0181E;
}
.AnyTagClassName
{
color: #F0181E;
}
</style>
background-color css
<style>
a { background-color: #F0181E; }
a { background-color: rgb(240,24,30); }
div.DivClassName
{
background-color: #F0181E;
}
.BgClassName
{
background-color: #F0181E;
}
</style>
border-color css
<style>
span { border-color: #F0181E; }
span { border-color: rgb(240,24,30); }
td.TdClassName
{
border-color: #F0181E;
}
.TagClassName
{
border-color: #F0181E;
}
</style>