Shades of Torch Red #F3122B
Tints of Torch Red #F3122B
RGB
CMYK
RGB Variations
Color information
#F3122B (or 0xF3122B) is known color: Torch Red. HEX triplet: F3, 12 and 2B. RGB value is (243,18,43). Sum of RGB (Red+Green+Blue) = 243+18+43=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F3122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3122B is #0CEDD4. Grayscale: #585858. Windows color (decimal): -847317 or 2822899. OLE color: 2822899.
HSL color Cylindrical-coordinate representation of color #F3122B: hue angle of 353.33º 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 #F3122B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.05 |
| HSL | 353.33º | 0.9% | 0.51% | - |
| HSV(B) | 353.33º | 0.93% | 0.95% | - |
| XYZ | 37.61 | 19.66 | 4.1 | - |
| YUV | 88.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 43 | 0 | 0.93 | 0.82 | 0.05 | 353.33 | 0.9 | 0.51 |
| Hex | F3 | 12 | 2B | 0 | 5D | 52 | 5 | 161 | 5A | 33 |
| Octal | 363 | 22 | 53 | 0 | 135 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110011 | 10010 | 101011 | 0 | 1011101 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F3122B
Complementary color
Monochromatic Colors of #F3122B
Black with #F3122B
Text Example
Text Example
White with #F3122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3122B; }
p { color: rgb(243,18,43); }
H1.HeaderClassName
{
color: #F3122B;
}
.AnyTagClassName
{
color: #F3122B;
}
</style>
background-color css
<style>
a { background-color: #F3122B; }
a { background-color: rgb(243,18,43); }
div.DivClassName
{
background-color: #F3122B;
}
.BgClassName
{
background-color: #F3122B;
}
</style>
border-color css
<style>
span { border-color: #F3122B; }
span { border-color: rgb(243,18,43); }
td.TdClassName
{
border-color: #F3122B;
}
.TagClassName
{
border-color: #F3122B;
}
</style>