Shades of Torch Red #FE0622
Tints of Torch Red #FE0622
RGB
CMYK
RGB Variations
Color information
#FE0622 (or 0xFE0622) is known color: Torch Red. HEX triplet: FE, 06 and 22. RGB value is (254,6,34). Sum of RGB (Red+Green+Blue) = 254+6+34=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0622 is #01F9DD. Grayscale: #535353. Windows color (decimal): -129502 or 2230014. OLE color: 2230014.
HSL color Cylindrical-coordinate representation of color #FE0622: hue angle of 353.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0622 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 34 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.00 |
| HSL | 353.23º | 0.99% | 0.51% | - |
| HSV(B) | 353.23º | 0.98% | 1% | - |
| XYZ | 41.23 | 21.32 | 3.45 | - |
| YUV | 83.34 | 100.16 | 249.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 34 | 0 | 0.98 | 0.87 | 0.00 | 353.23 | 0.99 | 0.51 |
| Hex | FE | 6 | 22 | 0 | 62 | 57 | 0 | 161 | 63 | 33 |
| Octal | 376 | 6 | 42 | 0 | 142 | 127 | 0 | 541 | 143 | 63 |
| Binary | 11111110 | 110 | 100010 | 0 | 1100010 | 1010111 | 0 | 101100001 | 1100011 | 110011 |
Color Harmonies of #FE0622
Complementary color
Monochromatic Colors of #FE0622
Black with #FE0622
Text Example
Text Example
White with #FE0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0622; }
p { color: rgb(254,6,34); }
H1.HeaderClassName
{
color: #FE0622;
}
.AnyTagClassName
{
color: #FE0622;
}
</style>
background-color css
<style>
a { background-color: #FE0622; }
a { background-color: rgb(254,6,34); }
div.DivClassName
{
background-color: #FE0622;
}
.BgClassName
{
background-color: #FE0622;
}
</style>
border-color css
<style>
span { border-color: #FE0622; }
span { border-color: rgb(254,6,34); }
td.TdClassName
{
border-color: #FE0622;
}
.TagClassName
{
border-color: #FE0622;
}
</style>