Shades of Torch Red #F00819
Tints of Torch Red #F00819
RGB
CMYK
RGB Variations
Color information
#F00819 (or 0xF00819) is known color: Torch Red. HEX triplet: F0, 08 and 19. RGB value is (240,8,25). Sum of RGB (Red+Green+Blue) = 240+8+25=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F00819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00819 is #0FF7E6. Grayscale: #4F4F4F. Windows color (decimal): -1046503 or 1640688. OLE color: 1640688.
HSL color Cylindrical-coordinate representation of color #F00819: hue angle of 355.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00819 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.06 |
| HSL | 355.6º | 0.94% | 0.49% | - |
| HSV(B) | 355.6º | 0.97% | 0.94% | - |
| XYZ | 36.2 | 18.77 | 2.63 | - |
| YUV | 79.31 | 97.36 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 25 | 0 | 0.97 | 0.90 | 0.06 | 355.6 | 0.94 | 0.49 |
| Hex | F0 | 8 | 19 | 0 | 61 | 5A | 6 | 164 | 5E | 31 |
| Octal | 360 | 10 | 31 | 0 | 141 | 132 | 6 | 544 | 136 | 61 |
| Binary | 11110000 | 1000 | 11001 | 0 | 1100001 | 1011010 | 110 | 101100100 | 1011110 | 110001 |
Color Harmonies of #F00819
Complementary color
Monochromatic Colors of #F00819
Black with #F00819
Text Example
Text Example
White with #F00819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00819; }
p { color: rgb(240,8,25); }
H1.HeaderClassName
{
color: #F00819;
}
.AnyTagClassName
{
color: #F00819;
}
</style>
background-color css
<style>
a { background-color: #F00819; }
a { background-color: rgb(240,8,25); }
div.DivClassName
{
background-color: #F00819;
}
.BgClassName
{
background-color: #F00819;
}
</style>
border-color css
<style>
span { border-color: #F00819; }
span { border-color: rgb(240,8,25); }
td.TdClassName
{
border-color: #F00819;
}
.TagClassName
{
border-color: #F00819;
}
</style>