Shades of Torch Red #F30722
Tints of Torch Red #F30722
RGB
CMYK
RGB Variations
Color information
#F30722 (or 0xF30722) is known color: Torch Red. HEX triplet: F3, 07 and 22. RGB value is (243,7,34). Sum of RGB (Red+Green+Blue) = 243+7+34=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F30722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30722 is #0CF8DD. Grayscale: #505050. Windows color (decimal): -850142 or 2230259. OLE color: 2230259.
HSL color Cylindrical-coordinate representation of color #F30722: hue angle of 353.14º 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 #F30722 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.05 |
| HSL | 353.14º | 0.94% | 0.49% | - |
| HSV(B) | 353.14º | 0.97% | 0.95% | - |
| XYZ | 37.33 | 19.32 | 3.28 | - |
| YUV | 80.64 | 101.69 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 34 | 0 | 0.97 | 0.86 | 0.05 | 353.14 | 0.94 | 0.49 |
| Hex | F3 | 7 | 22 | 0 | 61 | 56 | 5 | 161 | 5E | 31 |
| Octal | 363 | 7 | 42 | 0 | 141 | 126 | 5 | 541 | 136 | 61 |
| Binary | 11110011 | 111 | 100010 | 0 | 1100001 | 1010110 | 101 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F30722
Complementary color
Monochromatic Colors of #F30722
Black with #F30722
Text Example
Text Example
White with #F30722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30722; }
p { color: rgb(243,7,34); }
H1.HeaderClassName
{
color: #F30722;
}
.AnyTagClassName
{
color: #F30722;
}
</style>
background-color css
<style>
a { background-color: #F30722; }
a { background-color: rgb(243,7,34); }
div.DivClassName
{
background-color: #F30722;
}
.BgClassName
{
background-color: #F30722;
}
</style>
border-color css
<style>
span { border-color: #F30722; }
span { border-color: rgb(243,7,34); }
td.TdClassName
{
border-color: #F30722;
}
.TagClassName
{
border-color: #F30722;
}
</style>