Shades of Torch Red #FE0120
Tints of Torch Red #FE0120
RGB
CMYK
RGB Variations
Color information
#FE0120 (or 0xFE0120) is known color: Torch Red. HEX triplet: FE, 01 and 20. RGB value is (254,1,32). Sum of RGB (Red+Green+Blue) = 254+1+32=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0120 is #01FEDF. Grayscale: #505050. Windows color (decimal): -130784 or 2097662. OLE color: 2097662.
HSL color Cylindrical-coordinate representation of color #FE0120: hue angle of 352.65º 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 #FE0120 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.00 |
| HSL | 352.65º | 0.99% | 0.5% | - |
| HSV(B) | 352.65º | 1% | 1% | - |
| XYZ | 41.14 | 21.2 | 3.29 | - |
| YUV | 80.18 | 100.82 | 251.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 32 | 0 | 1.00 | 0.87 | 0.00 | 352.65 | 0.99 | 0.5 |
| Hex | FE | 1 | 20 | 0 | 64 | 57 | 0 | 161 | 63 | 32 |
| Octal | 376 | 1 | 40 | 0 | 144 | 127 | 0 | 541 | 143 | 62 |
| Binary | 11111110 | 1 | 100000 | 0 | 1100100 | 1010111 | 0 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FE0120
Complementary color
Monochromatic Colors of #FE0120
Black with #FE0120
Text Example
Text Example
White with #FE0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0120; }
p { color: rgb(254,1,32); }
H1.HeaderClassName
{
color: #FE0120;
}
.AnyTagClassName
{
color: #FE0120;
}
</style>
background-color css
<style>
a { background-color: #FE0120; }
a { background-color: rgb(254,1,32); }
div.DivClassName
{
background-color: #FE0120;
}
.BgClassName
{
background-color: #FE0120;
}
</style>
border-color css
<style>
span { border-color: #FE0120; }
span { border-color: rgb(254,1,32); }
td.TdClassName
{
border-color: #FE0120;
}
.TagClassName
{
border-color: #FE0120;
}
</style>