Shades of Torch Red #F0181C
Tints of Torch Red #F0181C
RGB
CMYK
RGB Variations
Color information
#F0181C (or 0xF0181C) is known color: Torch Red. HEX triplet: F0, 18 and 1C. RGB value is (240,24,28). Sum of RGB (Red+Green+Blue) = 240+24+28=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0181C is #0FE7E3. Grayscale: #595959. Windows color (decimal): -1042404 or 1841392. OLE color: 1841392.
HSL color Cylindrical-coordinate representation of color #F0181C: hue angle of 358.89º 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 #F0181C is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 28 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.06 |
| HSL | 358.89º | 0.88% | 0.52% | - |
| HSV(B) | 358.89º | 0.9% | 0.94% | - |
| XYZ | 36.47 | 19.26 | 2.89 | - |
| YUV | 89.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 28 | 0 | 0.9 | 0.88 | 0.06 | 358.89 | 0.88 | 0.52 |
| Hex | F0 | 18 | 1C | 0 | 5A | 58 | 6 | 167 | 58 | 34 |
| Octal | 360 | 30 | 34 | 0 | 132 | 130 | 6 | 547 | 130 | 64 |
| Binary | 11110000 | 11000 | 11100 | 0 | 1011010 | 1011000 | 110 | 101100111 | 1011000 | 110100 |
Color Harmonies of #F0181C
Complementary color
Monochromatic Colors of #F0181C
Black with #F0181C
Text Example
Text Example
White with #F0181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0181C; }
p { color: rgb(240,24,28); }
H1.HeaderClassName
{
color: #F0181C;
}
.AnyTagClassName
{
color: #F0181C;
}
</style>
background-color css
<style>
a { background-color: #F0181C; }
a { background-color: rgb(240,24,28); }
div.DivClassName
{
background-color: #F0181C;
}
.BgClassName
{
background-color: #F0181C;
}
</style>
border-color css
<style>
span { border-color: #F0181C; }
span { border-color: rgb(240,24,28); }
td.TdClassName
{
border-color: #F0181C;
}
.TagClassName
{
border-color: #F0181C;
}
</style>