Shades of Torch Red #FE0134
Tints of Torch Red #FE0134
RGB
CMYK
RGB Variations
Color information
#FE0134 (or 0xFE0134) is known color: Torch Red. HEX triplet: FE, 01 and 34. RGB value is (254,1,52). Sum of RGB (Red+Green+Blue) = 254+1+52=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0134 is #01FECB. Grayscale: #525252. Windows color (decimal): -130764 or 3408382. OLE color: 3408382.
HSL color Cylindrical-coordinate representation of color #FE0134: hue angle of 347.91º 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 #FE0134 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.00 |
| HSL | 347.91º | 0.99% | 0.5% | - |
| HSV(B) | 347.91º | 1% | 1% | - |
| XYZ | 41.5 | 21.34 | 5.18 | - |
| YUV | 82.46 | 110.82 | 250.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 52 | 0 | 1.00 | 0.80 | 0.00 | 347.91 | 0.99 | 0.5 |
| Hex | FE | 1 | 34 | 0 | 64 | 50 | 0 | 15C | 63 | 32 |
| Octal | 376 | 1 | 64 | 0 | 144 | 120 | 0 | 534 | 143 | 62 |
| Binary | 11111110 | 1 | 110100 | 0 | 1100100 | 1010000 | 0 | 101011100 | 1100011 | 110010 |
Color Harmonies of #FE0134
Complementary color
Monochromatic Colors of #FE0134
Black with #FE0134
Text Example
Text Example
White with #FE0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0134; }
p { color: rgb(254,1,52); }
H1.HeaderClassName
{
color: #FE0134;
}
.AnyTagClassName
{
color: #FE0134;
}
</style>
background-color css
<style>
a { background-color: #FE0134; }
a { background-color: rgb(254,1,52); }
div.DivClassName
{
background-color: #FE0134;
}
.BgClassName
{
background-color: #FE0134;
}
</style>
border-color css
<style>
span { border-color: #FE0134; }
span { border-color: rgb(254,1,52); }
td.TdClassName
{
border-color: #FE0134;
}
.TagClassName
{
border-color: #FE0134;
}
</style>