Shades of Torch Red #F00817
Tints of Torch Red #F00817
RGB
CMYK
RGB Variations
Color information
#F00817 (or 0xF00817) is known color: Torch Red. HEX triplet: F0, 08 and 17. RGB value is (240,8,23). Sum of RGB (Red+Green+Blue) = 240+8+23=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F00817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00817 is #0FF7E8. Grayscale: #4F4F4F. Windows color (decimal): -1046505 or 1509616. OLE color: 1509616.
HSL color Cylindrical-coordinate representation of color #F00817: hue angle of 356.12º 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 #F00817 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 23 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.06 |
| HSL | 356.12º | 0.94% | 0.49% | - |
| HSV(B) | 356.12º | 0.97% | 0.94% | - |
| XYZ | 36.18 | 18.76 | 2.53 | - |
| YUV | 79.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 23 | 0 | 0.97 | 0.90 | 0.06 | 356.12 | 0.94 | 0.49 |
| Hex | F0 | 8 | 17 | 0 | 61 | 5A | 6 | 164 | 5E | 31 |
| Octal | 360 | 10 | 27 | 0 | 141 | 132 | 6 | 544 | 136 | 61 |
| Binary | 11110000 | 1000 | 10111 | 0 | 1100001 | 1011010 | 110 | 101100100 | 1011110 | 110001 |
Color Harmonies of #F00817
Complementary color
Monochromatic Colors of #F00817
Black with #F00817
Text Example
Text Example
White with #F00817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00817; }
p { color: rgb(240,8,23); }
H1.HeaderClassName
{
color: #F00817;
}
.AnyTagClassName
{
color: #F00817;
}
</style>
background-color css
<style>
a { background-color: #F00817; }
a { background-color: rgb(240,8,23); }
div.DivClassName
{
background-color: #F00817;
}
.BgClassName
{
background-color: #F00817;
}
</style>
border-color css
<style>
span { border-color: #F00817; }
span { border-color: rgb(240,8,23); }
td.TdClassName
{
border-color: #F00817;
}
.TagClassName
{
border-color: #F00817;
}
</style>