Shades of Torch Red #F30841
Tints of Torch Red #F30841
RGB
CMYK
RGB Variations
Color information
#F30841 (or 0xF30841) is known color: Torch Red. HEX triplet: F3, 08 and 41. RGB value is (243,8,65). Sum of RGB (Red+Green+Blue) = 243+8+65=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F30841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30841 is #0CF7BE. Grayscale: #545454. Windows color (decimal): -849855 or 4262131. OLE color: 4262131.
HSL color Cylindrical-coordinate representation of color #F30841: hue angle of 345.45º 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 #F30841 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.05 |
| HSL | 345.45º | 0.94% | 0.49% | - |
| HSV(B) | 345.45º | 0.97% | 0.95% | - |
| XYZ | 38 | 19.61 | 6.78 | - |
| YUV | 84.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 65 | 0 | 0.97 | 0.73 | 0.05 | 345.45 | 0.94 | 0.49 |
| Hex | F3 | 8 | 41 | 0 | 61 | 49 | 5 | 159 | 5E | 31 |
| Octal | 363 | 10 | 101 | 0 | 141 | 111 | 5 | 531 | 136 | 61 |
| Binary | 11110011 | 1000 | 1000001 | 0 | 1100001 | 1001001 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F30841
Complementary color
Monochromatic Colors of #F30841
Black with #F30841
Text Example
Text Example
White with #F30841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30841; }
p { color: rgb(243,8,65); }
H1.HeaderClassName
{
color: #F30841;
}
.AnyTagClassName
{
color: #F30841;
}
</style>
background-color css
<style>
a { background-color: #F30841; }
a { background-color: rgb(243,8,65); }
div.DivClassName
{
background-color: #F30841;
}
.BgClassName
{
background-color: #F30841;
}
</style>
border-color css
<style>
span { border-color: #F30841; }
span { border-color: rgb(243,8,65); }
td.TdClassName
{
border-color: #F30841;
}
.TagClassName
{
border-color: #F30841;
}
</style>