Shades of Torch Red #F20015
Tints of Torch Red #F20015
RGB
CMYK
RGB Variations
Color information
#F20015 (or 0xF20015) is known color: Torch Red. HEX triplet: F2, 00 and 15. RGB value is (242,0,21). Sum of RGB (Red+Green+Blue) = 242+0+21=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F20015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20015 is #0DFFEA. Grayscale: #4A4A4A. Windows color (decimal): -917483 or 1376498. OLE color: 1376498.
HSL color Cylindrical-coordinate representation of color #F20015: hue angle of 354.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.05 |
| HSL | 354.79º | 1% | 0.47% | - |
| HSV(B) | 354.79º | 1% | 0.95% | - |
| XYZ | 36.75 | 18.93 | 2.43 | - |
| YUV | 74.75 | 97.67 | 247.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 21 | 0 | 1 | 0.91 | 0.05 | 354.79 | 1 | 0.47 |
| Hex | F2 | 0 | 15 | 0 | 64 | 5B | 5 | 163 | 64 | 2F |
| Octal | 362 | 0 | 25 | 0 | 144 | 133 | 5 | 543 | 144 | 57 |
| Binary | 11110010 | 0 | 10101 | 0 | 1100100 | 1011011 | 101 | 101100011 | 1100100 | 101111 |
Color Harmonies of #F20015
Complementary color
Monochromatic Colors of #F20015
Black with #F20015
Text Example
Text Example
White with #F20015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20015; }
p { color: rgb(242,0,21); }
H1.HeaderClassName
{
color: #F20015;
}
.AnyTagClassName
{
color: #F20015;
}
</style>
background-color css
<style>
a { background-color: #F20015; }
a { background-color: rgb(242,0,21); }
div.DivClassName
{
background-color: #F20015;
}
.BgClassName
{
background-color: #F20015;
}
</style>
border-color css
<style>
span { border-color: #F20015; }
span { border-color: rgb(242,0,21); }
td.TdClassName
{
border-color: #F20015;
}
.TagClassName
{
border-color: #F20015;
}
</style>