Shades of Torch Red #F3192A
Tints of Torch Red #F3192A
RGB
CMYK
RGB Variations
Color information
#F3192A (or 0xF3192A) is known color: Torch Red. HEX triplet: F3, 19 and 2A. RGB value is (243,25,42). Sum of RGB (Red+Green+Blue) = 243+25+42=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192A is #0CE6D5. Grayscale: #5C5C5C. Windows color (decimal): -845526 or 2759155. OLE color: 2759155.
HSL color Cylindrical-coordinate representation of color #F3192A: hue angle of 355.32º 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 #F3192A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 42 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.05 |
| HSL | 355.32º | 0.9% | 0.53% | - |
| HSV(B) | 355.32º | 0.9% | 0.95% | - |
| XYZ | 37.73 | 19.92 | 4.05 | - |
| YUV | 92.12 | 99.72 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 42 | 0 | 0.90 | 0.83 | 0.05 | 355.32 | 0.9 | 0.53 |
| Hex | F3 | 19 | 2A | 0 | 5A | 53 | 5 | 163 | 5A | 35 |
| Octal | 363 | 31 | 52 | 0 | 132 | 123 | 5 | 543 | 132 | 65 |
| Binary | 11110011 | 11001 | 101010 | 0 | 1011010 | 1010011 | 101 | 101100011 | 1011010 | 110101 |
Color Harmonies of #F3192A
Complementary color
Monochromatic Colors of #F3192A
Black with #F3192A
Text Example
Text Example
White with #F3192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3192A; }
p { color: rgb(243,25,42); }
H1.HeaderClassName
{
color: #F3192A;
}
.AnyTagClassName
{
color: #F3192A;
}
</style>
background-color css
<style>
a { background-color: #F3192A; }
a { background-color: rgb(243,25,42); }
div.DivClassName
{
background-color: #F3192A;
}
.BgClassName
{
background-color: #F3192A;
}
</style>
border-color css
<style>
span { border-color: #F3192A; }
span { border-color: rgb(243,25,42); }
td.TdClassName
{
border-color: #F3192A;
}
.TagClassName
{
border-color: #F3192A;
}
</style>