Shades of Torch Red #F00341
Tints of Torch Red #F00341
RGB
CMYK
RGB Variations
Color information
#F00341 (or 0xF00341) is known color: Torch Red. HEX triplet: F0, 03 and 41. RGB value is (240,3,65). Sum of RGB (Red+Green+Blue) = 240+3+65=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F00341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00341 is #0FFCBE. Grayscale: #505050. Windows color (decimal): -1047743 or 4260848. OLE color: 4260848.
HSL color Cylindrical-coordinate representation of color #F00341: hue angle of 344.3º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00341 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.06 |
| HSL | 344.3º | 0.98% | 0.48% | - |
| HSV(B) | 344.3º | 0.99% | 0.94% | - |
| XYZ | 36.92 | 18.97 | 6.72 | - |
| YUV | 80.93 | 119.02 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 65 | 0 | 0.99 | 0.73 | 0.06 | 344.3 | 0.98 | 0.48 |
| Hex | F0 | 3 | 41 | 0 | 63 | 49 | 6 | 158 | 62 | 30 |
| Octal | 360 | 3 | 101 | 0 | 143 | 111 | 6 | 530 | 142 | 60 |
| Binary | 11110000 | 11 | 1000001 | 0 | 1100011 | 1001001 | 110 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F00341
Complementary color
Monochromatic Colors of #F00341
Black with #F00341
Text Example
Text Example
White with #F00341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00341; }
p { color: rgb(240,3,65); }
H1.HeaderClassName
{
color: #F00341;
}
.AnyTagClassName
{
color: #F00341;
}
</style>
background-color css
<style>
a { background-color: #F00341; }
a { background-color: rgb(240,3,65); }
div.DivClassName
{
background-color: #F00341;
}
.BgClassName
{
background-color: #F00341;
}
</style>
border-color css
<style>
span { border-color: #F00341; }
span { border-color: rgb(240,3,65); }
td.TdClassName
{
border-color: #F00341;
}
.TagClassName
{
border-color: #F00341;
}
</style>