Shades of Torch Red #F2013E
Tints of Torch Red #F2013E
RGB
CMYK
RGB Variations
Color information
#F2013E (or 0xF2013E) is known color: Torch Red. HEX triplet: F2, 01 and 3E. RGB value is (242,1,62). Sum of RGB (Red+Green+Blue) = 242+1+62=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2013E is #0DFEC1. Grayscale: #505050. Windows color (decimal): -917186 or 4063730. OLE color: 4063730.
HSL color Cylindrical-coordinate representation of color #F2013E: hue angle of 344.81º 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 #F2013E is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.05 |
| HSL | 344.81º | 0.99% | 0.48% | - |
| HSV(B) | 344.81º | 1% | 0.95% | - |
| XYZ | 37.5 | 19.25 | 6.3 | - |
| YUV | 80.01 | 117.84 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 62 | 0 | 1.00 | 0.74 | 0.05 | 344.81 | 0.99 | 0.48 |
| Hex | F2 | 1 | 3E | 0 | 64 | 4A | 5 | 159 | 63 | 30 |
| Octal | 362 | 1 | 76 | 0 | 144 | 112 | 5 | 531 | 143 | 60 |
| Binary | 11110010 | 1 | 111110 | 0 | 1100100 | 1001010 | 101 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F2013E
Complementary color
Monochromatic Colors of #F2013E
Black with #F2013E
Text Example
Text Example
White with #F2013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2013E; }
p { color: rgb(242,1,62); }
H1.HeaderClassName
{
color: #F2013E;
}
.AnyTagClassName
{
color: #F2013E;
}
</style>
background-color css
<style>
a { background-color: #F2013E; }
a { background-color: rgb(242,1,62); }
div.DivClassName
{
background-color: #F2013E;
}
.BgClassName
{
background-color: #F2013E;
}
</style>
border-color css
<style>
span { border-color: #F2013E; }
span { border-color: rgb(242,1,62); }
td.TdClassName
{
border-color: #F2013E;
}
.TagClassName
{
border-color: #F2013E;
}
</style>