Shades of Torch Red #F00026
Tints of Torch Red #F00026
RGB
CMYK
RGB Variations
Color information
#F00026 (or 0xF00026) is known color: Torch Red. HEX triplet: F0, 00 and 26. RGB value is (240,0,38). Sum of RGB (Red+Green+Blue) = 240+0+38=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00026 is #0FFFD9. Grayscale: #4C4C4C. Windows color (decimal): -1048538 or 2490608. OLE color: 2490608.
HSL color Cylindrical-coordinate representation of color #F00026: hue angle of 350.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00026 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.84 | 0.06 |
| HSL | 350.5º | 1% | 0.47% | - |
| HSV(B) | 350.5º | 1% | 0.94% | - |
| XYZ | 36.29 | 18.67 | 3.52 | - |
| YUV | 76.09 | 106.51 | 244.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 38 | 0 | 1 | 0.84 | 0.06 | 350.5 | 1 | 0.47 |
| Hex | F0 | 0 | 26 | 0 | 64 | 54 | 6 | 15E | 64 | 2F |
| Octal | 360 | 0 | 46 | 0 | 144 | 124 | 6 | 536 | 144 | 57 |
| Binary | 11110000 | 0 | 100110 | 0 | 1100100 | 1010100 | 110 | 101011110 | 1100100 | 101111 |
Color Harmonies of #F00026
Complementary color
Monochromatic Colors of #F00026
Black with #F00026
Text Example
Text Example
White with #F00026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00026; }
p { color: rgb(240,0,38); }
H1.HeaderClassName
{
color: #F00026;
}
.AnyTagClassName
{
color: #F00026;
}
</style>
background-color css
<style>
a { background-color: #F00026; }
a { background-color: rgb(240,0,38); }
div.DivClassName
{
background-color: #F00026;
}
.BgClassName
{
background-color: #F00026;
}
</style>
border-color css
<style>
span { border-color: #F00026; }
span { border-color: rgb(240,0,38); }
td.TdClassName
{
border-color: #F00026;
}
.TagClassName
{
border-color: #F00026;
}
</style>