Shades of Torch Red #F20514
Tints of Torch Red #F20514
RGB
CMYK
RGB Variations
Color information
#F20514 (or 0xF20514) is known color: Torch Red. HEX triplet: F2, 05 and 14. RGB value is (242,5,20). Sum of RGB (Red+Green+Blue) = 242+5+20=267 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.64% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 242 - color contains mainly: red. Hex color #F20514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20514 is #0DFAEB. Grayscale: #4D4D4D. Windows color (decimal): -916204 or 1312242. OLE color: 1312242.
HSL color Cylindrical-coordinate representation of color #F20514: hue angle of 356.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20514 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 356.2º | 0.96% | 0.48% | - |
| HSV(B) | 356.2º | 0.98% | 0.95% | - |
| XYZ | 36.8 | 19.04 | 2.4 | - |
| YUV | 77.57 | 95.52 | 245.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 20 | 0 | 0.98 | 0.92 | 0.05 | 356.2 | 0.96 | 0.48 |
| Hex | F2 | 5 | 14 | 0 | 62 | 5C | 5 | 164 | 60 | 30 |
| Octal | 362 | 5 | 24 | 0 | 142 | 134 | 5 | 544 | 140 | 60 |
| Binary | 11110010 | 101 | 10100 | 0 | 1100010 | 1011100 | 101 | 101100100 | 1100000 | 110000 |
Color Harmonies of #F20514
Complementary color
Monochromatic Colors of #F20514
Black with #F20514
Text Example
Text Example
White with #F20514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20514; }
p { color: rgb(242,5,20); }
H1.HeaderClassName
{
color: #F20514;
}
.AnyTagClassName
{
color: #F20514;
}
</style>
background-color css
<style>
a { background-color: #F20514; }
a { background-color: rgb(242,5,20); }
div.DivClassName
{
background-color: #F20514;
}
.BgClassName
{
background-color: #F20514;
}
</style>
border-color css
<style>
span { border-color: #F20514; }
span { border-color: rgb(242,5,20); }
td.TdClassName
{
border-color: #F20514;
}
.TagClassName
{
border-color: #F20514;
}
</style>