Shades of Torch Red #F10340
Tints of Torch Red #F10340
RGB
CMYK
RGB Variations
Color information
#F10340 (or 0xF10340) is known color: Torch Red. HEX triplet: F1, 03 and 40. RGB value is (241,3,64). Sum of RGB (Red+Green+Blue) = 241+3+64=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F10340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10340 is #0EFCBF. Grayscale: #515151. Windows color (decimal): -982208 or 4195313. OLE color: 4195313.
HSL color Cylindrical-coordinate representation of color #F10340: hue angle of 344.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10340 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.05 |
| HSL | 344.62º | 0.98% | 0.48% | - |
| HSV(B) | 344.62º | 0.99% | 0.95% | - |
| XYZ | 37.23 | 19.14 | 6.58 | - |
| YUV | 81.12 | 118.35 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 64 | 0 | 0.99 | 0.73 | 0.05 | 344.62 | 0.98 | 0.48 |
| Hex | F1 | 3 | 40 | 0 | 63 | 49 | 5 | 159 | 62 | 30 |
| Octal | 361 | 3 | 100 | 0 | 143 | 111 | 5 | 531 | 142 | 60 |
| Binary | 11110001 | 11 | 1000000 | 0 | 1100011 | 1001001 | 101 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F10340
Complementary color
Monochromatic Colors of #F10340
Black with #F10340
Text Example
Text Example
White with #F10340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10340; }
p { color: rgb(241,3,64); }
H1.HeaderClassName
{
color: #F10340;
}
.AnyTagClassName
{
color: #F10340;
}
</style>
background-color css
<style>
a { background-color: #F10340; }
a { background-color: rgb(241,3,64); }
div.DivClassName
{
background-color: #F10340;
}
.BgClassName
{
background-color: #F10340;
}
</style>
border-color css
<style>
span { border-color: #F10340; }
span { border-color: rgb(241,3,64); }
td.TdClassName
{
border-color: #F10340;
}
.TagClassName
{
border-color: #F10340;
}
</style>