Shades of Torch Red #F00945
Tints of Torch Red #F00945
RGB
CMYK
RGB Variations
Color information
#F00945 (or 0xF00945) is known color: Torch Red. HEX triplet: F0, 09 and 45. RGB value is (240,9,69). Sum of RGB (Red+Green+Blue) = 240+9+69=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F00945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00945 is #0FF6BA. Grayscale: #545454. Windows color (decimal): -1046203 or 4524528. OLE color: 4524528.
HSL color Cylindrical-coordinate representation of color #F00945: hue angle of 344.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00945 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.06 |
| HSL | 344.42º | 0.93% | 0.49% | - |
| HSV(B) | 344.42º | 0.96% | 0.94% | - |
| XYZ | 37.11 | 19.15 | 7.37 | - |
| YUV | 84.91 | 119.03 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 69 | 0 | 0.96 | 0.71 | 0.06 | 344.42 | 0.93 | 0.49 |
| Hex | F0 | 9 | 45 | 0 | 60 | 47 | 6 | 158 | 5D | 31 |
| Octal | 360 | 11 | 105 | 0 | 140 | 107 | 6 | 530 | 135 | 61 |
| Binary | 11110000 | 1001 | 1000101 | 0 | 1100000 | 1000111 | 110 | 101011000 | 1011101 | 110001 |
Color Harmonies of #F00945
Complementary color
Monochromatic Colors of #F00945
Black with #F00945
Text Example
Text Example
White with #F00945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00945; }
p { color: rgb(240,9,69); }
H1.HeaderClassName
{
color: #F00945;
}
.AnyTagClassName
{
color: #F00945;
}
</style>
background-color css
<style>
a { background-color: #F00945; }
a { background-color: rgb(240,9,69); }
div.DivClassName
{
background-color: #F00945;
}
.BgClassName
{
background-color: #F00945;
}
</style>
border-color css
<style>
span { border-color: #F00945; }
span { border-color: rgb(240,9,69); }
td.TdClassName
{
border-color: #F00945;
}
.TagClassName
{
border-color: #F00945;
}
</style>