Shades of Torch Red #F2193E
Tints of Torch Red #F2193E
RGB
CMYK
RGB Variations
Color information
#F2193E (or 0xF2193E) is known color: Torch Red. HEX triplet: F2, 19 and 3E. RGB value is (242,25,62). Sum of RGB (Red+Green+Blue) = 242+25+62=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F2193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2193E is #0DE6C1. Grayscale: #5E5E5E. Windows color (decimal): -911042 or 4069874. OLE color: 4069874.
HSL color Cylindrical-coordinate representation of color #F2193E: hue angle of 349.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2193E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 62 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.05 |
| HSL | 349.77º | 0.89% | 0.52% | - |
| HSV(B) | 349.77º | 0.9% | 0.95% | - |
| XYZ | 37.84 | 19.92 | 6.41 | - |
| YUV | 94.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 62 | 0 | 0.90 | 0.74 | 0.05 | 349.77 | 0.89 | 0.52 |
| Hex | F2 | 19 | 3E | 0 | 5A | 4A | 5 | 15E | 59 | 34 |
| Octal | 362 | 31 | 76 | 0 | 132 | 112 | 5 | 536 | 131 | 64 |
| Binary | 11110010 | 11001 | 111110 | 0 | 1011010 | 1001010 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F2193E
Complementary color
Monochromatic Colors of #F2193E
Black with #F2193E
Text Example
Text Example
White with #F2193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2193E; }
p { color: rgb(242,25,62); }
H1.HeaderClassName
{
color: #F2193E;
}
.AnyTagClassName
{
color: #F2193E;
}
</style>
background-color css
<style>
a { background-color: #F2193E; }
a { background-color: rgb(242,25,62); }
div.DivClassName
{
background-color: #F2193E;
}
.BgClassName
{
background-color: #F2193E;
}
</style>
border-color css
<style>
span { border-color: #F2193E; }
span { border-color: rgb(242,25,62); }
td.TdClassName
{
border-color: #F2193E;
}
.TagClassName
{
border-color: #F2193E;
}
</style>