Shades of Torch Red #F30829
Tints of Torch Red #F30829
RGB
CMYK
RGB Variations
Color information
#F30829 (or 0xF30829) is known color: Torch Red. HEX triplet: F3, 08 and 29. RGB value is (243,8,41). Sum of RGB (Red+Green+Blue) = 243+8+41=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F30829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30829 is #0CF7D6. Grayscale: #525252. Windows color (decimal): -849879 or 2689267. OLE color: 2689267.
HSL color Cylindrical-coordinate representation of color #F30829: hue angle of 351.57º 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 #F30829 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.05 |
| HSL | 351.57º | 0.94% | 0.49% | - |
| HSV(B) | 351.57º | 0.97% | 0.95% | - |
| XYZ | 37.45 | 19.39 | 3.87 | - |
| YUV | 82.03 | 104.86 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 41 | 0 | 0.97 | 0.83 | 0.05 | 351.57 | 0.94 | 0.49 |
| Hex | F3 | 8 | 29 | 0 | 61 | 53 | 5 | 160 | 5E | 31 |
| Octal | 363 | 10 | 51 | 0 | 141 | 123 | 5 | 540 | 136 | 61 |
| Binary | 11110011 | 1000 | 101001 | 0 | 1100001 | 1010011 | 101 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F30829
Complementary color
Monochromatic Colors of #F30829
Black with #F30829
Text Example
Text Example
White with #F30829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30829; }
p { color: rgb(243,8,41); }
H1.HeaderClassName
{
color: #F30829;
}
.AnyTagClassName
{
color: #F30829;
}
</style>
background-color css
<style>
a { background-color: #F30829; }
a { background-color: rgb(243,8,41); }
div.DivClassName
{
background-color: #F30829;
}
.BgClassName
{
background-color: #F30829;
}
</style>
border-color css
<style>
span { border-color: #F30829; }
span { border-color: rgb(243,8,41); }
td.TdClassName
{
border-color: #F30829;
}
.TagClassName
{
border-color: #F30829;
}
</style>