Shades of Torch Red #F3122D
Tints of Torch Red #F3122D
RGB
CMYK
RGB Variations
Color information
#F3122D (or 0xF3122D) is known color: Torch Red. HEX triplet: F3, 12 and 2D. RGB value is (243,18,45). Sum of RGB (Red+Green+Blue) = 243+18+45=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3122D is #0CEDD2. Grayscale: #585858. Windows color (decimal): -847315 or 2953971. OLE color: 2953971.
HSL color Cylindrical-coordinate representation of color #F3122D: hue angle of 352.8º 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 #F3122D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.8º | 0.9% | 0.51% | - |
| HSV(B) | 352.8º | 0.93% | 0.95% | - |
| XYZ | 37.65 | 19.68 | 4.3 | - |
| YUV | 88.35 | 103.54 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 45 | 0 | 0.93 | 0.81 | 0.05 | 352.8 | 0.9 | 0.51 |
| Hex | F3 | 12 | 2D | 0 | 5D | 51 | 5 | 161 | 5A | 33 |
| Octal | 363 | 22 | 55 | 0 | 135 | 121 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 10010 | 101101 | 0 | 1011101 | 1010001 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F3122D
Complementary color
Monochromatic Colors of #F3122D
Black with #F3122D
Text Example
Text Example
White with #F3122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3122D; }
p { color: rgb(243,18,45); }
H1.HeaderClassName
{
color: #F3122D;
}
.AnyTagClassName
{
color: #F3122D;
}
</style>
background-color css
<style>
a { background-color: #F3122D; }
a { background-color: rgb(243,18,45); }
div.DivClassName
{
background-color: #F3122D;
}
.BgClassName
{
background-color: #F3122D;
}
</style>
border-color css
<style>
span { border-color: #F3122D; }
span { border-color: rgb(243,18,45); }
td.TdClassName
{
border-color: #F3122D;
}
.TagClassName
{
border-color: #F3122D;
}
</style>