Shades of Torch Red #FE0122
Tints of Torch Red #FE0122
RGB
CMYK
RGB Variations
Color information
#FE0122 (or 0xFE0122) is known color: Torch Red. HEX triplet: FE, 01 and 22. RGB value is (254,1,34). Sum of RGB (Red+Green+Blue) = 254+1+34=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0122 is #01FEDD. Grayscale: #505050. Windows color (decimal): -130782 or 2228734. OLE color: 2228734.
HSL color Cylindrical-coordinate representation of color #FE0122: hue angle of 352.17º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0122 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.00 |
| HSL | 352.17º | 0.99% | 0.5% | - |
| HSV(B) | 352.17º | 1% | 1% | - |
| XYZ | 41.17 | 21.21 | 3.44 | - |
| YUV | 80.41 | 101.82 | 251.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 34 | 0 | 1.00 | 0.87 | 0.00 | 352.17 | 0.99 | 0.5 |
| Hex | FE | 1 | 22 | 0 | 64 | 57 | 0 | 160 | 63 | 32 |
| Octal | 376 | 1 | 42 | 0 | 144 | 127 | 0 | 540 | 143 | 62 |
| Binary | 11111110 | 1 | 100010 | 0 | 1100100 | 1010111 | 0 | 101100000 | 1100011 | 110010 |
Color Harmonies of #FE0122
Complementary color
Monochromatic Colors of #FE0122
Black with #FE0122
Text Example
Text Example
White with #FE0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0122; }
p { color: rgb(254,1,34); }
H1.HeaderClassName
{
color: #FE0122;
}
.AnyTagClassName
{
color: #FE0122;
}
</style>
background-color css
<style>
a { background-color: #FE0122; }
a { background-color: rgb(254,1,34); }
div.DivClassName
{
background-color: #FE0122;
}
.BgClassName
{
background-color: #FE0122;
}
</style>
border-color css
<style>
span { border-color: #FE0122; }
span { border-color: rgb(254,1,34); }
td.TdClassName
{
border-color: #FE0122;
}
.TagClassName
{
border-color: #FE0122;
}
</style>