Shades of Torch Red #F30E3C
Tints of Torch Red #F30E3C
RGB
CMYK
RGB Variations
Color information
#F30E3C (or 0xF30E3C) is known color: Torch Red. HEX triplet: F3, 0E and 3C. RGB value is (243,14,60). Sum of RGB (Red+Green+Blue) = 243+14+60=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30E3C is #0CF1C3. Grayscale: #575757. Windows color (decimal): -848324 or 3935987. OLE color: 3935987.
HSL color Cylindrical-coordinate representation of color #F30E3C: hue angle of 347.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E3C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 60 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.05 |
| HSL | 347.95º | 0.91% | 0.5% | - |
| HSV(B) | 347.95º | 0.94% | 0.95% | - |
| XYZ | 37.93 | 19.7 | 6.08 | - |
| YUV | 87.72 | 112.37 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 60 | 0 | 0.94 | 0.75 | 0.05 | 347.95 | 0.91 | 0.5 |
| Hex | F3 | E | 3C | 0 | 5E | 4B | 5 | 15C | 5B | 32 |
| Octal | 363 | 16 | 74 | 0 | 136 | 113 | 5 | 534 | 133 | 62 |
| Binary | 11110011 | 1110 | 111100 | 0 | 1011110 | 1001011 | 101 | 101011100 | 1011011 | 110010 |
Color Harmonies of #F30E3C
Complementary color
Monochromatic Colors of #F30E3C
Black with #F30E3C
Text Example
Text Example
White with #F30E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E3C; }
p { color: rgb(243,14,60); }
H1.HeaderClassName
{
color: #F30E3C;
}
.AnyTagClassName
{
color: #F30E3C;
}
</style>
background-color css
<style>
a { background-color: #F30E3C; }
a { background-color: rgb(243,14,60); }
div.DivClassName
{
background-color: #F30E3C;
}
.BgClassName
{
background-color: #F30E3C;
}
</style>
border-color css
<style>
span { border-color: #F30E3C; }
span { border-color: rgb(243,14,60); }
td.TdClassName
{
border-color: #F30E3C;
}
.TagClassName
{
border-color: #F30E3C;
}
</style>