Shades of Torch Red #F30725
Tints of Torch Red #F30725
RGB
CMYK
RGB Variations
Color information
#F30725 (or 0xF30725) is known color: Torch Red. HEX triplet: F3, 07 and 25. RGB value is (243,7,37). Sum of RGB (Red+Green+Blue) = 243+7+37=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F30725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30725 is #0CF8DA. Grayscale: #515151. Windows color (decimal): -850139 or 2426867. OLE color: 2426867.
HSL color Cylindrical-coordinate representation of color #F30725: hue angle of 352.37º 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 #F30725 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.05 |
| HSL | 352.37º | 0.94% | 0.49% | - |
| HSV(B) | 352.37º | 0.97% | 0.95% | - |
| XYZ | 37.37 | 19.34 | 3.51 | - |
| YUV | 80.98 | 103.19 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 37 | 0 | 0.97 | 0.85 | 0.05 | 352.37 | 0.94 | 0.49 |
| Hex | F3 | 7 | 25 | 0 | 61 | 55 | 5 | 160 | 5E | 31 |
| Octal | 363 | 7 | 45 | 0 | 141 | 125 | 5 | 540 | 136 | 61 |
| Binary | 11110011 | 111 | 100101 | 0 | 1100001 | 1010101 | 101 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F30725
Complementary color
Monochromatic Colors of #F30725
Black with #F30725
Text Example
Text Example
White with #F30725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30725; }
p { color: rgb(243,7,37); }
H1.HeaderClassName
{
color: #F30725;
}
.AnyTagClassName
{
color: #F30725;
}
</style>
background-color css
<style>
a { background-color: #F30725; }
a { background-color: rgb(243,7,37); }
div.DivClassName
{
background-color: #F30725;
}
.BgClassName
{
background-color: #F30725;
}
</style>
border-color css
<style>
span { border-color: #F30725; }
span { border-color: rgb(243,7,37); }
td.TdClassName
{
border-color: #F30725;
}
.TagClassName
{
border-color: #F30725;
}
</style>