Shades of Torch Red #FF0622
Tints of Torch Red #FF0622
RGB
CMYK
RGB Variations
Color information
#FF0622 (or 0xFF0622) is known color: Torch Red. HEX triplet: FF, 06 and 22. RGB value is (255,6,34). Sum of RGB (Red+Green+Blue) = 255+6+34=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0622 is #00F9DD. Grayscale: #535353. Windows color (decimal): -63966 or 2230015. OLE color: 2230015.
HSL color Cylindrical-coordinate representation of color #FF0622: hue angle of 353.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0622 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.87 | 0 |
| HSL | 353.25º | 1% | 0.51% | - |
| HSV(B) | 353.25º | 0.98% | 1% | - |
| XYZ | 41.59 | 21.51 | 3.47 | - |
| YUV | 83.64 | 99.99 | 250.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 34 | 0 | 0.98 | 0.87 | 0 | 353.25 | 1 | 0.51 |
| Hex | FF | 6 | 22 | 0 | 62 | 57 | 0 | 161 | 64 | 33 |
| Octal | 377 | 6 | 42 | 0 | 142 | 127 | 0 | 541 | 144 | 63 |
| Binary | 11111111 | 110 | 100010 | 0 | 1100010 | 1010111 | 0 | 101100001 | 1100100 | 110011 |
Color Harmonies of #FF0622
Complementary color
Monochromatic Colors of #FF0622
Black with #FF0622
Text Example
Text Example
White with #FF0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0622; }
p { color: rgb(255,6,34); }
H1.HeaderClassName
{
color: #FF0622;
}
.AnyTagClassName
{
color: #FF0622;
}
</style>
background-color css
<style>
a { background-color: #FF0622; }
a { background-color: rgb(255,6,34); }
div.DivClassName
{
background-color: #FF0622;
}
.BgClassName
{
background-color: #FF0622;
}
</style>
border-color css
<style>
span { border-color: #FF0622; }
span { border-color: rgb(255,6,34); }
td.TdClassName
{
border-color: #FF0622;
}
.TagClassName
{
border-color: #FF0622;
}
</style>