Shades of Torch Red #F30929
Tints of Torch Red #F30929
RGB
CMYK
RGB Variations
Color information
#F30929 (or 0xF30929) is known color: Torch Red. HEX triplet: F3, 09 and 29. RGB value is (243,9,41). Sum of RGB (Red+Green+Blue) = 243+9+41=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F30929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30929 is #0CF6D6. Grayscale: #525252. Windows color (decimal): -849623 or 2689523. OLE color: 2689523.
HSL color Cylindrical-coordinate representation of color #F30929: hue angle of 351.79º 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 #F30929 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 41 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.05 |
| HSL | 351.79º | 0.93% | 0.49% | - |
| HSV(B) | 351.79º | 0.96% | 0.95% | - |
| XYZ | 37.46 | 19.41 | 3.87 | - |
| YUV | 82.61 | 104.52 | 242.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 41 | 0 | 0.96 | 0.83 | 0.05 | 351.79 | 0.93 | 0.49 |
| Hex | F3 | 9 | 29 | 0 | 60 | 53 | 5 | 160 | 5D | 31 |
| Octal | 363 | 11 | 51 | 0 | 140 | 123 | 5 | 540 | 135 | 61 |
| Binary | 11110011 | 1001 | 101001 | 0 | 1100000 | 1010011 | 101 | 101100000 | 1011101 | 110001 |
Color Harmonies of #F30929
Complementary color
Monochromatic Colors of #F30929
Black with #F30929
Text Example
Text Example
White with #F30929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30929; }
p { color: rgb(243,9,41); }
H1.HeaderClassName
{
color: #F30929;
}
.AnyTagClassName
{
color: #F30929;
}
</style>
background-color css
<style>
a { background-color: #F30929; }
a { background-color: rgb(243,9,41); }
div.DivClassName
{
background-color: #F30929;
}
.BgClassName
{
background-color: #F30929;
}
</style>
border-color css
<style>
span { border-color: #F30929; }
span { border-color: rgb(243,9,41); }
td.TdClassName
{
border-color: #F30929;
}
.TagClassName
{
border-color: #F30929;
}
</style>