Shades of Torch Red #F00622
Tints of Torch Red #F00622
RGB
CMYK
RGB Variations
Color information
#F00622 (or 0xF00622) is known color: Torch Red. HEX triplet: F0, 06 and 22. RGB value is (240,6,34). Sum of RGB (Red+Green+Blue) = 240+6+34=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F00622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00622 is #0FF9DD. Grayscale: #4F4F4F. Windows color (decimal): -1047006 or 2230000. OLE color: 2230000.
HSL color Cylindrical-coordinate representation of color #F00622: hue angle of 352.82º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00622 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.06 |
| HSL | 352.82º | 0.95% | 0.48% | - |
| HSV(B) | 352.82º | 0.98% | 0.94% | - |
| XYZ | 36.29 | 18.77 | 3.22 | - |
| YUV | 79.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 34 | 0 | 0.98 | 0.86 | 0.06 | 352.82 | 0.95 | 0.48 |
| Hex | F0 | 6 | 22 | 0 | 62 | 56 | 6 | 161 | 5F | 30 |
| Octal | 360 | 6 | 42 | 0 | 142 | 126 | 6 | 541 | 137 | 60 |
| Binary | 11110000 | 110 | 100010 | 0 | 1100010 | 1010110 | 110 | 101100001 | 1011111 | 110000 |
Color Harmonies of #F00622
Complementary color
Monochromatic Colors of #F00622
Black with #F00622
Text Example
Text Example
White with #F00622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00622; }
p { color: rgb(240,6,34); }
H1.HeaderClassName
{
color: #F00622;
}
.AnyTagClassName
{
color: #F00622;
}
</style>
background-color css
<style>
a { background-color: #F00622; }
a { background-color: rgb(240,6,34); }
div.DivClassName
{
background-color: #F00622;
}
.BgClassName
{
background-color: #F00622;
}
</style>
border-color css
<style>
span { border-color: #F00622; }
span { border-color: rgb(240,6,34); }
td.TdClassName
{
border-color: #F00622;
}
.TagClassName
{
border-color: #F00622;
}
</style>