Shades of Torch Red #F2013D
Tints of Torch Red #F2013D
RGB
CMYK
RGB Variations
Color information
#F2013D (or 0xF2013D) is known color: Torch Red. HEX triplet: F2, 01 and 3D. RGB value is (242,1,61). Sum of RGB (Red+Green+Blue) = 242+1+61=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2013D is #0DFEC2. Grayscale: #4F4F4F. Windows color (decimal): -917187 or 3998194. OLE color: 3998194.
HSL color Cylindrical-coordinate representation of color #F2013D: hue angle of 345.06º 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 #F2013D is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.05 |
| HSL | 345.06º | 0.99% | 0.48% | - |
| HSV(B) | 345.06º | 1% | 0.95% | - |
| XYZ | 37.47 | 19.24 | 6.15 | - |
| YUV | 79.9 | 117.34 | 243.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 61 | 0 | 1.00 | 0.75 | 0.05 | 345.06 | 0.99 | 0.48 |
| Hex | F2 | 1 | 3D | 0 | 64 | 4B | 5 | 159 | 63 | 30 |
| Octal | 362 | 1 | 75 | 0 | 144 | 113 | 5 | 531 | 143 | 60 |
| Binary | 11110010 | 1 | 111101 | 0 | 1100100 | 1001011 | 101 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F2013D
Complementary color
Monochromatic Colors of #F2013D
Black with #F2013D
Text Example
Text Example
White with #F2013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2013D; }
p { color: rgb(242,1,61); }
H1.HeaderClassName
{
color: #F2013D;
}
.AnyTagClassName
{
color: #F2013D;
}
</style>
background-color css
<style>
a { background-color: #F2013D; }
a { background-color: rgb(242,1,61); }
div.DivClassName
{
background-color: #F2013D;
}
.BgClassName
{
background-color: #F2013D;
}
</style>
border-color css
<style>
span { border-color: #F2013D; }
span { border-color: rgb(242,1,61); }
td.TdClassName
{
border-color: #F2013D;
}
.TagClassName
{
border-color: #F2013D;
}
</style>