Shades of Torch Red #F3012E
Tints of Torch Red #F3012E
RGB
CMYK
RGB Variations
Color information
#F3012E (or 0xF3012E) is known color: Torch Red. HEX triplet: F3, 01 and 2E. RGB value is (243,1,46). Sum of RGB (Red+Green+Blue) = 243+1+46=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F3012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3012E is #0CFED1. Grayscale: #4E4E4E. Windows color (decimal): -851666 or 3015155. OLE color: 3015155.
HSL color Cylindrical-coordinate representation of color #F3012E: hue angle of 348.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3012E is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.05 |
| HSL | 348.84º | 0.99% | 0.48% | - |
| HSV(B) | 348.84º | 1% | 0.95% | - |
| XYZ | 37.47 | 19.27 | 4.33 | - |
| YUV | 78.49 | 109.67 | 245.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 46 | 0 | 1.00 | 0.81 | 0.05 | 348.84 | 0.99 | 0.48 |
| Hex | F3 | 1 | 2E | 0 | 64 | 51 | 5 | 15D | 63 | 30 |
| Octal | 363 | 1 | 56 | 0 | 144 | 121 | 5 | 535 | 143 | 60 |
| Binary | 11110011 | 1 | 101110 | 0 | 1100100 | 1010001 | 101 | 101011101 | 1100011 | 110000 |
Color Harmonies of #F3012E
Complementary color
Monochromatic Colors of #F3012E
Black with #F3012E
Text Example
Text Example
White with #F3012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3012E; }
p { color: rgb(243,1,46); }
H1.HeaderClassName
{
color: #F3012E;
}
.AnyTagClassName
{
color: #F3012E;
}
</style>
background-color css
<style>
a { background-color: #F3012E; }
a { background-color: rgb(243,1,46); }
div.DivClassName
{
background-color: #F3012E;
}
.BgClassName
{
background-color: #F3012E;
}
</style>
border-color css
<style>
span { border-color: #F3012E; }
span { border-color: rgb(243,1,46); }
td.TdClassName
{
border-color: #F3012E;
}
.TagClassName
{
border-color: #F3012E;
}
</style>