Shades of Torch Red #F3121B
Tints of Torch Red #F3121B
RGB
CMYK
RGB Variations
Color information
#F3121B (or 0xF3121B) is known color: Torch Red. HEX triplet: F3, 12 and 1B. RGB value is (243,18,27). Sum of RGB (Red+Green+Blue) = 243+18+27=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F3121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3121B is #0CEDE4. Grayscale: #565656. Windows color (decimal): -847333 or 1774323. OLE color: 1774323.
HSL color Cylindrical-coordinate representation of color #F3121B: hue angle of 357.6º 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 #F3121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.6º | 0.9% | 0.51% | - |
| HSV(B) | 357.6º | 0.93% | 0.95% | - |
| XYZ | 37.38 | 19.57 | 2.84 | - |
| YUV | 86.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.6 | 0.9 | 0.51 |
| Hex | F3 | 12 | 1B | 0 | 5D | 59 | 5 | 166 | 5A | 33 |
| Octal | 363 | 22 | 33 | 0 | 135 | 131 | 5 | 546 | 132 | 63 |
| Binary | 11110011 | 10010 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F3121B
Complementary color
Monochromatic Colors of #F3121B
Black with #F3121B
Text Example
Text Example
White with #F3121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3121B; }
p { color: rgb(243,18,27); }
H1.HeaderClassName
{
color: #F3121B;
}
.AnyTagClassName
{
color: #F3121B;
}
</style>
background-color css
<style>
a { background-color: #F3121B; }
a { background-color: rgb(243,18,27); }
div.DivClassName
{
background-color: #F3121B;
}
.BgClassName
{
background-color: #F3121B;
}
</style>
border-color css
<style>
span { border-color: #F3121B; }
span { border-color: rgb(243,18,27); }
td.TdClassName
{
border-color: #F3121B;
}
.TagClassName
{
border-color: #F3121B;
}
</style>