Shades of Torch Red #F0182C
Tints of Torch Red #F0182C
RGB
CMYK
RGB Variations
Color information
#F0182C (or 0xF0182C) is known color: Torch Red. HEX triplet: F0, 18 and 2C. RGB value is (240,24,44). Sum of RGB (Red+Green+Blue) = 240+24+44=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0182C is #0FE7D3. Grayscale: #5B5B5B. Windows color (decimal): -1042388 or 2889968. OLE color: 2889968.
HSL color Cylindrical-coordinate representation of color #F0182C: hue angle of 354.44º 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 #F0182C is Cyan = 0, Magento = 0.9, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 44 | - |
| CMYK | 0 | 0.9 | 0.82 | 0.06 |
| HSL | 354.44º | 0.88% | 0.52% | - |
| HSV(B) | 354.44º | 0.9% | 0.94% | - |
| XYZ | 36.72 | 19.36 | 4.18 | - |
| YUV | 90.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 44 | 0 | 0.9 | 0.82 | 0.06 | 354.44 | 0.88 | 0.52 |
| Hex | F0 | 18 | 2C | 0 | 5A | 52 | 6 | 162 | 58 | 34 |
| Octal | 360 | 30 | 54 | 0 | 132 | 122 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 11000 | 101100 | 0 | 1011010 | 1010010 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0182C
Complementary color
Monochromatic Colors of #F0182C
Black with #F0182C
Text Example
Text Example
White with #F0182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0182C; }
p { color: rgb(240,24,44); }
H1.HeaderClassName
{
color: #F0182C;
}
.AnyTagClassName
{
color: #F0182C;
}
</style>
background-color css
<style>
a { background-color: #F0182C; }
a { background-color: rgb(240,24,44); }
div.DivClassName
{
background-color: #F0182C;
}
.BgClassName
{
background-color: #F0182C;
}
</style>
border-color css
<style>
span { border-color: #F0182C; }
span { border-color: rgb(240,24,44); }
td.TdClassName
{
border-color: #F0182C;
}
.TagClassName
{
border-color: #F0182C;
}
</style>