Shades of Torch Red #F3193D
Tints of Torch Red #F3193D
RGB
CMYK
RGB Variations
Color information
#F3193D (or 0xF3193D) is known color: Torch Red. HEX triplet: F3, 19 and 3D. RGB value is (243,25,61). Sum of RGB (Red+Green+Blue) = 243+25+61=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F3193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3193D is #0CE6C2. Grayscale: #5E5E5E. Windows color (decimal): -845507 or 4004339. OLE color: 4004339.
HSL color Cylindrical-coordinate representation of color #F3193D: hue angle of 350.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3193D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 61 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 350.09º | 0.9% | 0.53% | - |
| HSV(B) | 350.09º | 0.9% | 0.95% | - |
| XYZ | 38.15 | 20.09 | 6.28 | - |
| YUV | 94.29 | 109.22 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 61 | 0 | 0.90 | 0.75 | 0.05 | 350.09 | 0.9 | 0.53 |
| Hex | F3 | 19 | 3D | 0 | 5A | 4B | 5 | 15E | 5A | 35 |
| Octal | 363 | 31 | 75 | 0 | 132 | 113 | 5 | 536 | 132 | 65 |
| Binary | 11110011 | 11001 | 111101 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011010 | 110101 |
Color Harmonies of #F3193D
Complementary color
Monochromatic Colors of #F3193D
Black with #F3193D
Text Example
Text Example
White with #F3193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3193D; }
p { color: rgb(243,25,61); }
H1.HeaderClassName
{
color: #F3193D;
}
.AnyTagClassName
{
color: #F3193D;
}
</style>
background-color css
<style>
a { background-color: #F3193D; }
a { background-color: rgb(243,25,61); }
div.DivClassName
{
background-color: #F3193D;
}
.BgClassName
{
background-color: #F3193D;
}
</style>
border-color css
<style>
span { border-color: #F3193D; }
span { border-color: rgb(243,25,61); }
td.TdClassName
{
border-color: #F3193D;
}
.TagClassName
{
border-color: #F3193D;
}
</style>