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