Shades of Torch Red #F2013B
Tints of Torch Red #F2013B
RGB
CMYK
RGB Variations
Color information
#F2013B (or 0xF2013B) is known color: Torch Red. HEX triplet: F2, 01 and 3B. RGB value is (242,1,59). Sum of RGB (Red+Green+Blue) = 242+1+59=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F2013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2013B is #0DFEC4. Grayscale: #4F4F4F. Windows color (decimal): -917189 or 3867122. OLE color: 3867122.
HSL color Cylindrical-coordinate representation of color #F2013B: hue angle of 345.56º 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 #F2013B is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.05 |
| HSL | 345.56º | 0.99% | 0.48% | - |
| HSV(B) | 345.56º | 1% | 0.95% | - |
| XYZ | 37.42 | 19.21 | 5.87 | - |
| YUV | 79.67 | 116.34 | 243.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 59 | 0 | 1.00 | 0.76 | 0.05 | 345.56 | 0.99 | 0.48 |
| Hex | F2 | 1 | 3B | 0 | 64 | 4C | 5 | 15A | 63 | 30 |
| Octal | 362 | 1 | 73 | 0 | 144 | 114 | 5 | 532 | 143 | 60 |
| Binary | 11110010 | 1 | 111011 | 0 | 1100100 | 1001100 | 101 | 101011010 | 1100011 | 110000 |
Color Harmonies of #F2013B
Complementary color
Monochromatic Colors of #F2013B
Black with #F2013B
Text Example
Text Example
White with #F2013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2013B; }
p { color: rgb(242,1,59); }
H1.HeaderClassName
{
color: #F2013B;
}
.AnyTagClassName
{
color: #F2013B;
}
</style>
background-color css
<style>
a { background-color: #F2013B; }
a { background-color: rgb(242,1,59); }
div.DivClassName
{
background-color: #F2013B;
}
.BgClassName
{
background-color: #F2013B;
}
</style>
border-color css
<style>
span { border-color: #F2013B; }
span { border-color: rgb(242,1,59); }
td.TdClassName
{
border-color: #F2013B;
}
.TagClassName
{
border-color: #F2013B;
}
</style>