Shades of Torch Red #F20A1E
Tints of Torch Red #F20A1E
RGB
CMYK
RGB Variations
Color information
#F20A1E (or 0xF20A1E) is known color: Torch Red. HEX triplet: F2, 0A and 1E. RGB value is (242,10,30). Sum of RGB (Red+Green+Blue) = 242+10+30=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A1E is #0DF5E1. Grayscale: #515151. Windows color (decimal): -914914 or 1968882. OLE color: 1968882.
HSL color Cylindrical-coordinate representation of color #F20A1E: hue angle of 354.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A1E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.83º | 0.92% | 0.49% | - |
| HSV(B) | 354.83º | 0.96% | 0.95% | - |
| XYZ | 36.96 | 19.19 | 2.98 | - |
| YUV | 81.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 30 | 0 | 0.96 | 0.88 | 0.05 | 354.83 | 0.92 | 0.49 |
| Hex | F2 | A | 1E | 0 | 60 | 58 | 5 | 163 | 5C | 31 |
| Octal | 362 | 12 | 36 | 0 | 140 | 130 | 5 | 543 | 134 | 61 |
| Binary | 11110010 | 1010 | 11110 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011100 | 110001 |
Color Harmonies of #F20A1E
Complementary color
Monochromatic Colors of #F20A1E
Black with #F20A1E
Text Example
Text Example
White with #F20A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A1E; }
p { color: rgb(242,10,30); }
H1.HeaderClassName
{
color: #F20A1E;
}
.AnyTagClassName
{
color: #F20A1E;
}
</style>
background-color css
<style>
a { background-color: #F20A1E; }
a { background-color: rgb(242,10,30); }
div.DivClassName
{
background-color: #F20A1E;
}
.BgClassName
{
background-color: #F20A1E;
}
</style>
border-color css
<style>
span { border-color: #F20A1E; }
span { border-color: rgb(242,10,30); }
td.TdClassName
{
border-color: #F20A1E;
}
.TagClassName
{
border-color: #F20A1E;
}
</style>