Shades of Torch Red #FE0922
Tints of Torch Red #FE0922
RGB
CMYK
RGB Variations
Color information
#FE0922 (or 0xFE0922) is known color: Torch Red. HEX triplet: FE, 09 and 22. RGB value is (254,9,34). Sum of RGB (Red+Green+Blue) = 254+9+34=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0922 is #01F6DD. Grayscale: #555555. Windows color (decimal): -128734 or 2230782. OLE color: 2230782.
HSL color Cylindrical-coordinate representation of color #FE0922: hue angle of 353.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0922 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.00 |
| HSL | 353.88º | 0.99% | 0.52% | - |
| HSV(B) | 353.88º | 0.96% | 1% | - |
| XYZ | 41.26 | 21.38 | 3.47 | - |
| YUV | 85.11 | 99.17 | 248.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 34 | 0 | 0.96 | 0.87 | 0.00 | 353.88 | 0.99 | 0.52 |
| Hex | FE | 9 | 22 | 0 | 60 | 57 | 0 | 162 | 63 | 34 |
| Octal | 376 | 11 | 42 | 0 | 140 | 127 | 0 | 542 | 143 | 64 |
| Binary | 11111110 | 1001 | 100010 | 0 | 1100000 | 1010111 | 0 | 101100010 | 1100011 | 110100 |
Color Harmonies of #FE0922
Complementary color
Monochromatic Colors of #FE0922
Black with #FE0922
Text Example
Text Example
White with #FE0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0922; }
p { color: rgb(254,9,34); }
H1.HeaderClassName
{
color: #FE0922;
}
.AnyTagClassName
{
color: #FE0922;
}
</style>
background-color css
<style>
a { background-color: #FE0922; }
a { background-color: rgb(254,9,34); }
div.DivClassName
{
background-color: #FE0922;
}
.BgClassName
{
background-color: #FE0922;
}
</style>
border-color css
<style>
span { border-color: #FE0922; }
span { border-color: rgb(254,9,34); }
td.TdClassName
{
border-color: #FE0922;
}
.TagClassName
{
border-color: #FE0922;
}
</style>