Shades of Torch Red #FE0128
Tints of Torch Red #FE0128
RGB
CMYK
RGB Variations
Color information
#FE0128 (or 0xFE0128) is known color: Torch Red. HEX triplet: FE, 01 and 28. RGB value is (254,1,40). Sum of RGB (Red+Green+Blue) = 254+1+40=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0128 is #01FED7. Grayscale: #515151. Windows color (decimal): -130776 or 2621950. OLE color: 2621950.
HSL color Cylindrical-coordinate representation of color #FE0128: hue angle of 350.75º 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 #FE0128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.00 |
| HSL | 350.75º | 0.99% | 0.5% | - |
| HSV(B) | 350.75º | 1% | 1% | - |
| XYZ | 41.27 | 21.25 | 3.93 | - |
| YUV | 81.09 | 104.82 | 251.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 40 | 0 | 1.00 | 0.84 | 0.00 | 350.75 | 0.99 | 0.5 |
| Hex | FE | 1 | 28 | 0 | 64 | 54 | 0 | 15F | 63 | 32 |
| Octal | 376 | 1 | 50 | 0 | 144 | 124 | 0 | 537 | 143 | 62 |
| Binary | 11111110 | 1 | 101000 | 0 | 1100100 | 1010100 | 0 | 101011111 | 1100011 | 110010 |
Color Harmonies of #FE0128
Complementary color
Monochromatic Colors of #FE0128
Black with #FE0128
Text Example
Text Example
White with #FE0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0128; }
p { color: rgb(254,1,40); }
H1.HeaderClassName
{
color: #FE0128;
}
.AnyTagClassName
{
color: #FE0128;
}
</style>
background-color css
<style>
a { background-color: #FE0128; }
a { background-color: rgb(254,1,40); }
div.DivClassName
{
background-color: #FE0128;
}
.BgClassName
{
background-color: #FE0128;
}
</style>
border-color css
<style>
span { border-color: #FE0128; }
span { border-color: rgb(254,1,40); }
td.TdClassName
{
border-color: #FE0128;
}
.TagClassName
{
border-color: #FE0128;
}
</style>