Shades of Torch Red #F3131D
Tints of Torch Red #F3131D
RGB
CMYK
RGB Variations
Color information
#F3131D (or 0xF3131D) is known color: Torch Red. HEX triplet: F3, 13 and 1D. RGB value is (243,19,29). Sum of RGB (Red+Green+Blue) = 243+19+29=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F3131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3131D is #0CECE2. Grayscale: #575757. Windows color (decimal): -847075 or 1905651. OLE color: 1905651.
HSL color Cylindrical-coordinate representation of color #F3131D: hue angle of 357.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.05 |
| HSL | 357.32º | 0.9% | 0.51% | - |
| HSV(B) | 357.32º | 0.92% | 0.95% | - |
| XYZ | 37.42 | 19.61 | 2.98 | - |
| YUV | 87.12 | 95.21 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 29 | 0 | 0.92 | 0.88 | 0.05 | 357.32 | 0.9 | 0.51 |
| Hex | F3 | 13 | 1D | 0 | 5C | 58 | 5 | 165 | 5A | 33 |
| Octal | 363 | 23 | 35 | 0 | 134 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110011 | 10011 | 11101 | 0 | 1011100 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F3131D
Complementary color
Monochromatic Colors of #F3131D
Black with #F3131D
Text Example
Text Example
White with #F3131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3131D; }
p { color: rgb(243,19,29); }
H1.HeaderClassName
{
color: #F3131D;
}
.AnyTagClassName
{
color: #F3131D;
}
</style>
background-color css
<style>
a { background-color: #F3131D; }
a { background-color: rgb(243,19,29); }
div.DivClassName
{
background-color: #F3131D;
}
.BgClassName
{
background-color: #F3131D;
}
</style>
border-color css
<style>
span { border-color: #F3131D; }
span { border-color: rgb(243,19,29); }
td.TdClassName
{
border-color: #F3131D;
}
.TagClassName
{
border-color: #F3131D;
}
</style>