Shades of Torch Red #F30541
Tints of Torch Red #F30541
RGB
CMYK
RGB Variations
Color information
#F30541 (or 0xF30541) is known color: Torch Red. HEX triplet: F3, 05 and 41. RGB value is (243,5,65). Sum of RGB (Red+Green+Blue) = 243+5+65=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F30541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30541 is #0CFABE. Grayscale: #535353. Windows color (decimal): -850623 or 4261363. OLE color: 4261363.
HSL color Cylindrical-coordinate representation of color #F30541: hue angle of 344.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30541 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 65 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.05 |
| HSL | 344.87º | 0.96% | 0.49% | - |
| HSV(B) | 344.87º | 0.98% | 0.95% | - |
| XYZ | 37.97 | 19.54 | 6.77 | - |
| YUV | 83 | 117.85 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 65 | 0 | 0.98 | 0.73 | 0.05 | 344.87 | 0.96 | 0.49 |
| Hex | F3 | 5 | 41 | 0 | 62 | 49 | 5 | 159 | 60 | 31 |
| Octal | 363 | 5 | 101 | 0 | 142 | 111 | 5 | 531 | 140 | 61 |
| Binary | 11110011 | 101 | 1000001 | 0 | 1100010 | 1001001 | 101 | 101011001 | 1100000 | 110001 |
Color Harmonies of #F30541
Complementary color
Monochromatic Colors of #F30541
Black with #F30541
Text Example
Text Example
White with #F30541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30541; }
p { color: rgb(243,5,65); }
H1.HeaderClassName
{
color: #F30541;
}
.AnyTagClassName
{
color: #F30541;
}
</style>
background-color css
<style>
a { background-color: #F30541; }
a { background-color: rgb(243,5,65); }
div.DivClassName
{
background-color: #F30541;
}
.BgClassName
{
background-color: #F30541;
}
</style>
border-color css
<style>
span { border-color: #F30541; }
span { border-color: rgb(243,5,65); }
td.TdClassName
{
border-color: #F30541;
}
.TagClassName
{
border-color: #F30541;
}
</style>