Shades of Torch Red #F00518
Tints of Torch Red #F00518
RGB
CMYK
RGB Variations
Color information
#F00518 (or 0xF00518) is known color: Torch Red. HEX triplet: F0, 05 and 18. RGB value is (240,5,24). Sum of RGB (Red+Green+Blue) = 240+5+24=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F00518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00518 is #0FFAE7. Grayscale: #4D4D4D. Windows color (decimal): -1047272 or 1574384. OLE color: 1574384.
HSL color Cylindrical-coordinate representation of color #F00518: hue angle of 355.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00518 is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 24 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.06 |
| HSL | 355.15º | 0.96% | 0.48% | - |
| HSV(B) | 355.15º | 0.98% | 0.94% | - |
| XYZ | 36.15 | 18.7 | 2.57 | - |
| YUV | 77.43 | 97.86 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 24 | 0 | 0.98 | 0.9 | 0.06 | 355.15 | 0.96 | 0.48 |
| Hex | F0 | 5 | 18 | 0 | 62 | 5A | 6 | 163 | 60 | 30 |
| Octal | 360 | 5 | 30 | 0 | 142 | 132 | 6 | 543 | 140 | 60 |
| Binary | 11110000 | 101 | 11000 | 0 | 1100010 | 1011010 | 110 | 101100011 | 1100000 | 110000 |
Color Harmonies of #F00518
Complementary color
Monochromatic Colors of #F00518
Black with #F00518
Text Example
Text Example
White with #F00518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00518; }
p { color: rgb(240,5,24); }
H1.HeaderClassName
{
color: #F00518;
}
.AnyTagClassName
{
color: #F00518;
}
</style>
background-color css
<style>
a { background-color: #F00518; }
a { background-color: rgb(240,5,24); }
div.DivClassName
{
background-color: #F00518;
}
.BgClassName
{
background-color: #F00518;
}
</style>
border-color css
<style>
span { border-color: #F00518; }
span { border-color: rgb(240,5,24); }
td.TdClassName
{
border-color: #F00518;
}
.TagClassName
{
border-color: #F00518;
}
</style>