Shades of Torch Red #F30845
Tints of Torch Red #F30845
RGB
CMYK
RGB Variations
Color information
#F30845 (or 0xF30845) is known color: Torch Red. HEX triplet: F3, 08 and 45. RGB value is (243,8,69). Sum of RGB (Red+Green+Blue) = 243+8+69=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F30845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30845 is #0CF7BA. Grayscale: #555555. Windows color (decimal): -849851 or 4524275. OLE color: 4524275.
HSL color Cylindrical-coordinate representation of color #F30845: hue angle of 344.43º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30845 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 69 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.05 |
| HSL | 344.43º | 0.94% | 0.49% | - |
| HSV(B) | 344.43º | 0.97% | 0.95% | - |
| XYZ | 38.12 | 19.66 | 7.42 | - |
| YUV | 85.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 69 | 0 | 0.97 | 0.72 | 0.05 | 344.43 | 0.94 | 0.49 |
| Hex | F3 | 8 | 45 | 0 | 61 | 48 | 5 | 158 | 5E | 31 |
| Octal | 363 | 10 | 105 | 0 | 141 | 110 | 5 | 530 | 136 | 61 |
| Binary | 11110011 | 1000 | 1000101 | 0 | 1100001 | 1001000 | 101 | 101011000 | 1011110 | 110001 |
Color Harmonies of #F30845
Complementary color
Monochromatic Colors of #F30845
Black with #F30845
Text Example
Text Example
White with #F30845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30845; }
p { color: rgb(243,8,69); }
H1.HeaderClassName
{
color: #F30845;
}
.AnyTagClassName
{
color: #F30845;
}
</style>
background-color css
<style>
a { background-color: #F30845; }
a { background-color: rgb(243,8,69); }
div.DivClassName
{
background-color: #F30845;
}
.BgClassName
{
background-color: #F30845;
}
</style>
border-color css
<style>
span { border-color: #F30845; }
span { border-color: rgb(243,8,69); }
td.TdClassName
{
border-color: #F30845;
}
.TagClassName
{
border-color: #F30845;
}
</style>