Shades of Torch Red #F3012C
Tints of Torch Red #F3012C
RGB
CMYK
RGB Variations
Color information
#F3012C (or 0xF3012C) is known color: Torch Red. HEX triplet: F3, 01 and 2C. RGB value is (243,1,44). Sum of RGB (Red+Green+Blue) = 243+1+44=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F3012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3012C is #0CFED3. Grayscale: #4E4E4E. Windows color (decimal): -851668 or 2884083. OLE color: 2884083.
HSL color Cylindrical-coordinate representation of color #F3012C: hue angle of 349.34º 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 #F3012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.05 |
| HSL | 349.34º | 0.99% | 0.48% | - |
| HSV(B) | 349.34º | 1% | 0.95% | - |
| XYZ | 37.43 | 19.26 | 4.13 | - |
| YUV | 78.26 | 108.67 | 245.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 44 | 0 | 1.00 | 0.82 | 0.05 | 349.34 | 0.99 | 0.48 |
| Hex | F3 | 1 | 2C | 0 | 64 | 52 | 5 | 15D | 63 | 30 |
| Octal | 363 | 1 | 54 | 0 | 144 | 122 | 5 | 535 | 143 | 60 |
| Binary | 11110011 | 1 | 101100 | 0 | 1100100 | 1010010 | 101 | 101011101 | 1100011 | 110000 |
Color Harmonies of #F3012C
Complementary color
Monochromatic Colors of #F3012C
Black with #F3012C
Text Example
Text Example
White with #F3012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3012C; }
p { color: rgb(243,1,44); }
H1.HeaderClassName
{
color: #F3012C;
}
.AnyTagClassName
{
color: #F3012C;
}
</style>
background-color css
<style>
a { background-color: #F3012C; }
a { background-color: rgb(243,1,44); }
div.DivClassName
{
background-color: #F3012C;
}
.BgClassName
{
background-color: #F3012C;
}
</style>
border-color css
<style>
span { border-color: #F3012C; }
span { border-color: rgb(243,1,44); }
td.TdClassName
{
border-color: #F3012C;
}
.TagClassName
{
border-color: #F3012C;
}
</style>