Shades of Torch Red #F30032
Tints of Torch Red #F30032
RGB
CMYK
RGB Variations
Color information
#F30032 (or 0xF30032) is known color: Torch Red. HEX triplet: F3, 00 and 32. RGB value is (243,0,50). Sum of RGB (Red+Green+Blue) = 243+0+50=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F30032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30032 is #0CFFCD. Grayscale: #4E4E4E. Windows color (decimal): -851918 or 3277043. OLE color: 3277043.
HSL color Cylindrical-coordinate representation of color #F30032: hue angle of 347.65º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30032 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.79 | 0.05 |
| HSL | 347.65º | 1% | 0.48% | - |
| HSV(B) | 347.65º | 1% | 0.95% | - |
| XYZ | 37.54 | 19.28 | 4.76 | - |
| YUV | 78.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 50 | 0 | 1 | 0.79 | 0.05 | 347.65 | 1 | 0.48 |
| Hex | F3 | 0 | 32 | 0 | 64 | 4F | 5 | 15C | 64 | 30 |
| Octal | 363 | 0 | 62 | 0 | 144 | 117 | 5 | 534 | 144 | 60 |
| Binary | 11110011 | 0 | 110010 | 0 | 1100100 | 1001111 | 101 | 101011100 | 1100100 | 110000 |
Color Harmonies of #F30032
Complementary color
Monochromatic Colors of #F30032
Black with #F30032
Text Example
Text Example
White with #F30032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30032; }
p { color: rgb(243,0,50); }
H1.HeaderClassName
{
color: #F30032;
}
.AnyTagClassName
{
color: #F30032;
}
</style>
background-color css
<style>
a { background-color: #F30032; }
a { background-color: rgb(243,0,50); }
div.DivClassName
{
background-color: #F30032;
}
.BgClassName
{
background-color: #F30032;
}
</style>
border-color css
<style>
span { border-color: #F30032; }
span { border-color: rgb(243,0,50); }
td.TdClassName
{
border-color: #F30032;
}
.TagClassName
{
border-color: #F30032;
}
</style>