Shades of Torch Red #F00512
Tints of Torch Red #F00512
RGB
CMYK
RGB Variations
Color information
#F00512 (or 0xF00512) is known color: Torch Red. HEX triplet: F0, 05 and 12. RGB value is (240,5,18). Sum of RGB (Red+Green+Blue) = 240+5+18=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F00512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00512 is #0FFAED. Grayscale: #4C4C4C. Windows color (decimal): -1047278 or 1181168. OLE color: 1181168.
HSL color Cylindrical-coordinate representation of color #F00512: hue angle of 356.68º 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 #F00512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.06 |
| HSL | 356.68º | 0.96% | 0.48% | - |
| HSV(B) | 356.68º | 0.98% | 0.94% | - |
| XYZ | 36.1 | 18.68 | 2.27 | - |
| YUV | 76.75 | 94.86 | 244.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 18 | 0 | 0.98 | 0.92 | 0.06 | 356.68 | 0.96 | 0.48 |
| Hex | F0 | 5 | 12 | 0 | 62 | 5C | 6 | 165 | 60 | 30 |
| Octal | 360 | 5 | 22 | 0 | 142 | 134 | 6 | 545 | 140 | 60 |
| Binary | 11110000 | 101 | 10010 | 0 | 1100010 | 1011100 | 110 | 101100101 | 1100000 | 110000 |
Color Harmonies of #F00512
Complementary color
Monochromatic Colors of #F00512
Black with #F00512
Text Example
Text Example
White with #F00512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00512; }
p { color: rgb(240,5,18); }
H1.HeaderClassName
{
color: #F00512;
}
.AnyTagClassName
{
color: #F00512;
}
</style>
background-color css
<style>
a { background-color: #F00512; }
a { background-color: rgb(240,5,18); }
div.DivClassName
{
background-color: #F00512;
}
.BgClassName
{
background-color: #F00512;
}
</style>
border-color css
<style>
span { border-color: #F00512; }
span { border-color: rgb(240,5,18); }
td.TdClassName
{
border-color: #F00512;
}
.TagClassName
{
border-color: #F00512;
}
</style>