Shades of Torch Red #FE0822
Tints of Torch Red #FE0822
RGB
CMYK
RGB Variations
Color information
#FE0822 (or 0xFE0822) is known color: Torch Red. HEX triplet: FE, 08 and 22. RGB value is (254,8,34). Sum of RGB (Red+Green+Blue) = 254+8+34=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0822 is #01F7DD. Grayscale: #545454. Windows color (decimal): -128990 or 2230526. OLE color: 2230526.
HSL color Cylindrical-coordinate representation of color #FE0822: hue angle of 353.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0822 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 34 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.00 |
| HSL | 353.66º | 0.99% | 0.51% | - |
| HSV(B) | 353.66º | 0.97% | 1% | - |
| XYZ | 41.25 | 21.36 | 3.46 | - |
| YUV | 84.52 | 99.5 | 248.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 34 | 0 | 0.97 | 0.87 | 0.00 | 353.66 | 0.99 | 0.51 |
| Hex | FE | 8 | 22 | 0 | 61 | 57 | 0 | 162 | 63 | 33 |
| Octal | 376 | 10 | 42 | 0 | 141 | 127 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 1000 | 100010 | 0 | 1100001 | 1010111 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE0822
Complementary color
Monochromatic Colors of #FE0822
Black with #FE0822
Text Example
Text Example
White with #FE0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0822; }
p { color: rgb(254,8,34); }
H1.HeaderClassName
{
color: #FE0822;
}
.AnyTagClassName
{
color: #FE0822;
}
</style>
background-color css
<style>
a { background-color: #FE0822; }
a { background-color: rgb(254,8,34); }
div.DivClassName
{
background-color: #FE0822;
}
.BgClassName
{
background-color: #FE0822;
}
</style>
border-color css
<style>
span { border-color: #FE0822; }
span { border-color: rgb(254,8,34); }
td.TdClassName
{
border-color: #FE0822;
}
.TagClassName
{
border-color: #FE0822;
}
</style>