Shades of Torch Red #F00926
Tints of Torch Red #F00926
RGB
CMYK
RGB Variations
Color information
#F00926 (or 0xF00926) is known color: Torch Red. HEX triplet: F0, 09 and 26. RGB value is (240,9,38). Sum of RGB (Red+Green+Blue) = 240+9+38=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F00926 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00926 is #0FF6D9. Grayscale: #515151. Windows color (decimal): -1046234 or 2492912. OLE color: 2492912.
HSL color Cylindrical-coordinate representation of color #F00926: hue angle of 352.47º 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 #F00926 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.06 |
| HSL | 352.47º | 0.93% | 0.49% | - |
| HSV(B) | 352.47º | 0.96% | 0.94% | - |
| XYZ | 36.38 | 18.86 | 3.56 | - |
| YUV | 81.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 38 | 0 | 0.96 | 0.84 | 0.06 | 352.47 | 0.93 | 0.49 |
| Hex | F0 | 9 | 26 | 0 | 60 | 54 | 6 | 160 | 5D | 31 |
| Octal | 360 | 11 | 46 | 0 | 140 | 124 | 6 | 540 | 135 | 61 |
| Binary | 11110000 | 1001 | 100110 | 0 | 1100000 | 1010100 | 110 | 101100000 | 1011101 | 110001 |
Color Harmonies of #F00926
Complementary color
Monochromatic Colors of #F00926
Black with #F00926
Text Example
Text Example
White with #F00926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00926; }
p { color: rgb(240,9,38); }
H1.HeaderClassName
{
color: #F00926;
}
.AnyTagClassName
{
color: #F00926;
}
</style>
background-color css
<style>
a { background-color: #F00926; }
a { background-color: rgb(240,9,38); }
div.DivClassName
{
background-color: #F00926;
}
.BgClassName
{
background-color: #F00926;
}
</style>
border-color css
<style>
span { border-color: #F00926; }
span { border-color: rgb(240,9,38); }
td.TdClassName
{
border-color: #F00926;
}
.TagClassName
{
border-color: #F00926;
}
</style>