Shades of Torch Red #F00014
Tints of Torch Red #F00014
RGB
CMYK
RGB Variations
Color information
#F00014 (or 0xF00014) is known color: Torch Red. HEX triplet: F0, 00 and 14. RGB value is (240,0,20). Sum of RGB (Red+Green+Blue) = 240+0+20=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F00014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00014 is #0FFFEB. Grayscale: #4A4A4A. Windows color (decimal): -1048556 or 1310960. OLE color: 1310960.
HSL color Cylindrical-coordinate representation of color #F00014: hue angle of 355º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00014 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.92 | 0.06 |
| HSL | 355º | 1% | 0.47% | - |
| HSV(B) | 355º | 1% | 0.94% | - |
| XYZ | 36.06 | 18.58 | 2.35 | - |
| YUV | 74.04 | 97.51 | 246.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 20 | 0 | 1 | 0.92 | 0.06 | 355 | 1 | 0.47 |
| Hex | F0 | 0 | 14 | 0 | 64 | 5C | 6 | 163 | 64 | 2F |
| Octal | 360 | 0 | 24 | 0 | 144 | 134 | 6 | 543 | 144 | 57 |
| Binary | 11110000 | 0 | 10100 | 0 | 1100100 | 1011100 | 110 | 101100011 | 1100100 | 101111 |
Color Harmonies of #F00014
Complementary color
Monochromatic Colors of #F00014
Black with #F00014
Text Example
Text Example
White with #F00014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00014; }
p { color: rgb(240,0,20); }
H1.HeaderClassName
{
color: #F00014;
}
.AnyTagClassName
{
color: #F00014;
}
</style>
background-color css
<style>
a { background-color: #F00014; }
a { background-color: rgb(240,0,20); }
div.DivClassName
{
background-color: #F00014;
}
.BgClassName
{
background-color: #F00014;
}
</style>
border-color css
<style>
span { border-color: #F00014; }
span { border-color: rgb(240,0,20); }
td.TdClassName
{
border-color: #F00014;
}
.TagClassName
{
border-color: #F00014;
}
</style>