Shades of Torch Red #F3121D
Tints of Torch Red #F3121D
RGB
CMYK
RGB Variations
Color information
#F3121D (or 0xF3121D) is known color: Torch Red. HEX triplet: F3, 12 and 1D. RGB value is (243,18,29). Sum of RGB (Red+Green+Blue) = 243+18+29=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F3121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3121D is #0CEDE2. Grayscale: #565656. Windows color (decimal): -847331 or 1905395. OLE color: 1905395.
HSL color Cylindrical-coordinate representation of color #F3121D: hue angle of 357.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3121D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 357.07º | 0.9% | 0.51% | - |
| HSV(B) | 357.07º | 0.93% | 0.95% | - |
| XYZ | 37.4 | 19.58 | 2.97 | - |
| YUV | 86.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 29 | 0 | 0.93 | 0.88 | 0.05 | 357.07 | 0.9 | 0.51 |
| Hex | F3 | 12 | 1D | 0 | 5D | 58 | 5 | 165 | 5A | 33 |
| Octal | 363 | 22 | 35 | 0 | 135 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110011 | 10010 | 11101 | 0 | 1011101 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F3121D
Complementary color
Monochromatic Colors of #F3121D
Black with #F3121D
Text Example
Text Example
White with #F3121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3121D; }
p { color: rgb(243,18,29); }
H1.HeaderClassName
{
color: #F3121D;
}
.AnyTagClassName
{
color: #F3121D;
}
</style>
background-color css
<style>
a { background-color: #F3121D; }
a { background-color: rgb(243,18,29); }
div.DivClassName
{
background-color: #F3121D;
}
.BgClassName
{
background-color: #F3121D;
}
</style>
border-color css
<style>
span { border-color: #F3121D; }
span { border-color: rgb(243,18,29); }
td.TdClassName
{
border-color: #F3121D;
}
.TagClassName
{
border-color: #F3121D;
}
</style>