Shades of Torch Red #F3192D
Tints of Torch Red #F3192D
RGB
CMYK
RGB Variations
Color information
#F3192D (or 0xF3192D) is known color: Torch Red. HEX triplet: F3, 19 and 2D. RGB value is (243,25,45). Sum of RGB (Red+Green+Blue) = 243+25+45=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192D is #0CE6D2. Grayscale: #5C5C5C. Windows color (decimal): -845523 or 2955763. OLE color: 2955763.
HSL color Cylindrical-coordinate representation of color #F3192D: hue angle of 354.5º 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 #F3192D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.5º | 0.9% | 0.53% | - |
| HSV(B) | 354.5º | 0.9% | 0.95% | - |
| XYZ | 37.78 | 19.94 | 4.34 | - |
| YUV | 92.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 45 | 0 | 0.90 | 0.81 | 0.05 | 354.5 | 0.9 | 0.53 |
| Hex | F3 | 19 | 2D | 0 | 5A | 51 | 5 | 162 | 5A | 35 |
| Octal | 363 | 31 | 55 | 0 | 132 | 121 | 5 | 542 | 132 | 65 |
| Binary | 11110011 | 11001 | 101101 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011010 | 110101 |
Color Harmonies of #F3192D
Complementary color
Monochromatic Colors of #F3192D
Black with #F3192D
Text Example
Text Example
White with #F3192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3192D; }
p { color: rgb(243,25,45); }
H1.HeaderClassName
{
color: #F3192D;
}
.AnyTagClassName
{
color: #F3192D;
}
</style>
background-color css
<style>
a { background-color: #F3192D; }
a { background-color: rgb(243,25,45); }
div.DivClassName
{
background-color: #F3192D;
}
.BgClassName
{
background-color: #F3192D;
}
</style>
border-color css
<style>
span { border-color: #F3192D; }
span { border-color: rgb(243,25,45); }
td.TdClassName
{
border-color: #F3192D;
}
.TagClassName
{
border-color: #F3192D;
}
</style>