Shades of Torch Red #F2011E
Tints of Torch Red #F2011E
RGB
CMYK
RGB Variations
Color information
#F2011E (or 0xF2011E) is known color: Torch Red. HEX triplet: F2, 01 and 1E. RGB value is (242,1,30). Sum of RGB (Red+Green+Blue) = 242+1+30=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2011E is #0DFEE1. Grayscale: #4C4C4C. Windows color (decimal): -917218 or 1966578. OLE color: 1966578.
HSL color Cylindrical-coordinate representation of color #F2011E: hue angle of 352.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2011E is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.05 |
| HSL | 352.78º | 0.99% | 0.48% | - |
| HSV(B) | 352.78º | 1% | 0.95% | - |
| XYZ | 36.86 | 18.99 | 2.95 | - |
| YUV | 76.37 | 101.84 | 246.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 30 | 0 | 1.00 | 0.88 | 0.05 | 352.78 | 0.99 | 0.48 |
| Hex | F2 | 1 | 1E | 0 | 64 | 58 | 5 | 161 | 63 | 30 |
| Octal | 362 | 1 | 36 | 0 | 144 | 130 | 5 | 541 | 143 | 60 |
| Binary | 11110010 | 1 | 11110 | 0 | 1100100 | 1011000 | 101 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F2011E
Complementary color
Monochromatic Colors of #F2011E
Black with #F2011E
Text Example
Text Example
White with #F2011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2011E; }
p { color: rgb(242,1,30); }
H1.HeaderClassName
{
color: #F2011E;
}
.AnyTagClassName
{
color: #F2011E;
}
</style>
background-color css
<style>
a { background-color: #F2011E; }
a { background-color: rgb(242,1,30); }
div.DivClassName
{
background-color: #F2011E;
}
.BgClassName
{
background-color: #F2011E;
}
</style>
border-color css
<style>
span { border-color: #F2011E; }
span { border-color: rgb(242,1,30); }
td.TdClassName
{
border-color: #F2011E;
}
.TagClassName
{
border-color: #F2011E;
}
</style>