Shades of Torch Red #F30547
Tints of Torch Red #F30547
RGB
CMYK
RGB Variations
Color information
#F30547 (or 0xF30547) is known color: Torch Red. HEX triplet: F3, 05 and 47. RGB value is (243,5,71). Sum of RGB (Red+Green+Blue) = 243+5+71=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F30547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30547 is #0CFAB8. Grayscale: #535353. Windows color (decimal): -850617 or 4654579. OLE color: 4654579.
HSL color Cylindrical-coordinate representation of color #F30547: hue angle of 343.36º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30547 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.36º | 0.96% | 0.49% | - |
| HSV(B) | 343.36º | 0.98% | 0.95% | - |
| XYZ | 38.15 | 19.62 | 7.74 | - |
| YUV | 83.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 71 | 0 | 0.98 | 0.71 | 0.05 | 343.36 | 0.96 | 0.49 |
| Hex | F3 | 5 | 47 | 0 | 62 | 47 | 5 | 157 | 60 | 31 |
| Octal | 363 | 5 | 107 | 0 | 142 | 107 | 5 | 527 | 140 | 61 |
| Binary | 11110011 | 101 | 1000111 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100000 | 110001 |
Color Harmonies of #F30547
Complementary color
Monochromatic Colors of #F30547
Black with #F30547
Text Example
Text Example
White with #F30547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30547; }
p { color: rgb(243,5,71); }
H1.HeaderClassName
{
color: #F30547;
}
.AnyTagClassName
{
color: #F30547;
}
</style>
background-color css
<style>
a { background-color: #F30547; }
a { background-color: rgb(243,5,71); }
div.DivClassName
{
background-color: #F30547;
}
.BgClassName
{
background-color: #F30547;
}
</style>
border-color css
<style>
span { border-color: #F30547; }
span { border-color: rgb(243,5,71); }
td.TdClassName
{
border-color: #F30547;
}
.TagClassName
{
border-color: #F30547;
}
</style>