Shades of Torch Red #F0182D
Tints of Torch Red #F0182D
RGB
CMYK
RGB Variations
Color information
#F0182D (or 0xF0182D) is known color: Torch Red. HEX triplet: F0, 18 and 2D. RGB value is (240,24,45). Sum of RGB (Red+Green+Blue) = 240+24+45=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0182D is #0FE7D2. Grayscale: #5B5B5B. Windows color (decimal): -1042387 or 2955504. OLE color: 2955504.
HSL color Cylindrical-coordinate representation of color #F0182D: hue angle of 354.17º 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 #F0182D is Cyan = 0, Magento = 0.9, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 45 | - |
| CMYK | 0 | 0.9 | 0.81 | 0.06 |
| HSL | 354.17º | 0.88% | 0.52% | - |
| HSV(B) | 354.17º | 0.9% | 0.94% | - |
| XYZ | 36.74 | 19.37 | 4.28 | - |
| YUV | 90.98 | 102.06 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 45 | 0 | 0.9 | 0.81 | 0.06 | 354.17 | 0.88 | 0.52 |
| Hex | F0 | 18 | 2D | 0 | 5A | 51 | 6 | 162 | 58 | 34 |
| Octal | 360 | 30 | 55 | 0 | 132 | 121 | 6 | 542 | 130 | 64 |
| Binary | 11110000 | 11000 | 101101 | 0 | 1011010 | 1010001 | 110 | 101100010 | 1011000 | 110100 |
Color Harmonies of #F0182D
Complementary color
Monochromatic Colors of #F0182D
Black with #F0182D
Text Example
Text Example
White with #F0182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0182D; }
p { color: rgb(240,24,45); }
H1.HeaderClassName
{
color: #F0182D;
}
.AnyTagClassName
{
color: #F0182D;
}
</style>
background-color css
<style>
a { background-color: #F0182D; }
a { background-color: rgb(240,24,45); }
div.DivClassName
{
background-color: #F0182D;
}
.BgClassName
{
background-color: #F0182D;
}
</style>
border-color css
<style>
span { border-color: #F0182D; }
span { border-color: rgb(240,24,45); }
td.TdClassName
{
border-color: #F0182D;
}
.TagClassName
{
border-color: #F0182D;
}
</style>