Shades of Torch Red #F30925
Tints of Torch Red #F30925
RGB
CMYK
RGB Variations
Color information
#F30925 (or 0xF30925) is known color: Torch Red. HEX triplet: F3, 09 and 25. RGB value is (243,9,37). Sum of RGB (Red+Green+Blue) = 243+9+37=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F30925 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30925 is #0CF6DA. Grayscale: #525252. Windows color (decimal): -849627 or 2427379. OLE color: 2427379.
HSL color Cylindrical-coordinate representation of color #F30925: hue angle of 352.82º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30925 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 37 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.05 |
| HSL | 352.82º | 0.93% | 0.49% | - |
| HSV(B) | 352.82º | 0.96% | 0.95% | - |
| XYZ | 37.39 | 19.38 | 3.52 | - |
| YUV | 82.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 37 | 0 | 0.96 | 0.85 | 0.05 | 352.82 | 0.93 | 0.49 |
| Hex | F3 | 9 | 25 | 0 | 60 | 55 | 5 | 161 | 5D | 31 |
| Octal | 363 | 11 | 45 | 0 | 140 | 125 | 5 | 541 | 135 | 61 |
| Binary | 11110011 | 1001 | 100101 | 0 | 1100000 | 1010101 | 101 | 101100001 | 1011101 | 110001 |
Color Harmonies of #F30925
Complementary color
Monochromatic Colors of #F30925
Black with #F30925
Text Example
Text Example
White with #F30925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30925; }
p { color: rgb(243,9,37); }
H1.HeaderClassName
{
color: #F30925;
}
.AnyTagClassName
{
color: #F30925;
}
</style>
background-color css
<style>
a { background-color: #F30925; }
a { background-color: rgb(243,9,37); }
div.DivClassName
{
background-color: #F30925;
}
.BgClassName
{
background-color: #F30925;
}
</style>
border-color css
<style>
span { border-color: #F30925; }
span { border-color: rgb(243,9,37); }
td.TdClassName
{
border-color: #F30925;
}
.TagClassName
{
border-color: #F30925;
}
</style>