Shades of Torch Red #F30732
Tints of Torch Red #F30732
RGB
CMYK
RGB Variations
Color information
#F30732 (or 0xF30732) is known color: Torch Red. HEX triplet: F3, 07 and 32. RGB value is (243,7,50). Sum of RGB (Red+Green+Blue) = 243+7+50=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F30732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30732 is #0CF8CD. Grayscale: #525252. Windows color (decimal): -850126 or 3278835. OLE color: 3278835.
HSL color Cylindrical-coordinate representation of color #F30732: hue angle of 349.07º 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 #F30732 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 50 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.05 |
| HSL | 349.07º | 0.94% | 0.49% | - |
| HSV(B) | 349.07º | 0.97% | 0.95% | - |
| XYZ | 37.61 | 19.44 | 4.79 | - |
| YUV | 82.47 | 109.69 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 50 | 0 | 0.97 | 0.79 | 0.05 | 349.07 | 0.94 | 0.49 |
| Hex | F3 | 7 | 32 | 0 | 61 | 4F | 5 | 15D | 5E | 31 |
| Octal | 363 | 7 | 62 | 0 | 141 | 117 | 5 | 535 | 136 | 61 |
| Binary | 11110011 | 111 | 110010 | 0 | 1100001 | 1001111 | 101 | 101011101 | 1011110 | 110001 |
Color Harmonies of #F30732
Complementary color
Monochromatic Colors of #F30732
Black with #F30732
Text Example
Text Example
White with #F30732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30732; }
p { color: rgb(243,7,50); }
H1.HeaderClassName
{
color: #F30732;
}
.AnyTagClassName
{
color: #F30732;
}
</style>
background-color css
<style>
a { background-color: #F30732; }
a { background-color: rgb(243,7,50); }
div.DivClassName
{
background-color: #F30732;
}
.BgClassName
{
background-color: #F30732;
}
</style>
border-color css
<style>
span { border-color: #F30732; }
span { border-color: rgb(243,7,50); }
td.TdClassName
{
border-color: #F30732;
}
.TagClassName
{
border-color: #F30732;
}
</style>