Shades of Torch Red #F2093D
Tints of Torch Red #F2093D
RGB
CMYK
RGB Variations
Color information
#F2093D (or 0xF2093D) is known color: Torch Red. HEX triplet: F2, 09 and 3D. RGB value is (242,9,61). Sum of RGB (Red+Green+Blue) = 242+9+61=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2093D is #0DF6C2. Grayscale: #545454. Windows color (decimal): -915139 or 4000242. OLE color: 4000242.
HSL color Cylindrical-coordinate representation of color #F2093D: hue angle of 346.61º degrees, saturation: 0.93, 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 #F2093D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 61 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.05 |
| HSL | 346.61º | 0.93% | 0.49% | - |
| HSV(B) | 346.61º | 0.96% | 0.95% | - |
| XYZ | 37.56 | 19.41 | 6.18 | - |
| YUV | 84.6 | 114.69 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 61 | 0 | 0.96 | 0.75 | 0.05 | 346.61 | 0.93 | 0.49 |
| Hex | F2 | 9 | 3D | 0 | 60 | 4B | 5 | 15B | 5D | 31 |
| Octal | 362 | 11 | 75 | 0 | 140 | 113 | 5 | 533 | 135 | 61 |
| Binary | 11110010 | 1001 | 111101 | 0 | 1100000 | 1001011 | 101 | 101011011 | 1011101 | 110001 |
Color Harmonies of #F2093D
Complementary color
Monochromatic Colors of #F2093D
Black with #F2093D
Text Example
Text Example
White with #F2093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2093D; }
p { color: rgb(242,9,61); }
H1.HeaderClassName
{
color: #F2093D;
}
.AnyTagClassName
{
color: #F2093D;
}
</style>
background-color css
<style>
a { background-color: #F2093D; }
a { background-color: rgb(242,9,61); }
div.DivClassName
{
background-color: #F2093D;
}
.BgClassName
{
background-color: #F2093D;
}
</style>
border-color css
<style>
span { border-color: #F2093D; }
span { border-color: rgb(242,9,61); }
td.TdClassName
{
border-color: #F2093D;
}
.TagClassName
{
border-color: #F2093D;
}
</style>