Shades of Torch Red #FE164A
Tints of Torch Red #FE164A
RGB
CMYK
RGB Variations
Color information
#FE164A (or 0xFE164A) is known color: Torch Red. HEX triplet: FE, 16 and 4A. RGB value is (254,22,74). Sum of RGB (Red+Green+Blue) = 254+22+74=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE164A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE164A is #01E9B5. Grayscale: #616161. Windows color (decimal): -125366 or 4855550. OLE color: 4855550.
HSL color Cylindrical-coordinate representation of color #FE164A: hue angle of 346.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE164A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 74 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.00 |
| HSL | 346.55º | 0.99% | 0.54% | - |
| HSV(B) | 346.55º | 0.91% | 1% | - |
| XYZ | 42.4 | 22.14 | 8.52 | - |
| YUV | 97.3 | 114.86 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 74 | 0 | 0.91 | 0.71 | 0.00 | 346.55 | 0.99 | 0.54 |
| Hex | FE | 16 | 4A | 0 | 5B | 47 | 0 | 15B | 63 | 36 |
| Octal | 376 | 26 | 112 | 0 | 133 | 107 | 0 | 533 | 143 | 66 |
| Binary | 11111110 | 10110 | 1001010 | 0 | 1011011 | 1000111 | 0 | 101011011 | 1100011 | 110110 |
Color Harmonies of #FE164A
Complementary color
Monochromatic Colors of #FE164A
Black with #FE164A
Text Example
Text Example
White with #FE164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE164A; }
p { color: rgb(254,22,74); }
H1.HeaderClassName
{
color: #FE164A;
}
.AnyTagClassName
{
color: #FE164A;
}
</style>
background-color css
<style>
a { background-color: #FE164A; }
a { background-color: rgb(254,22,74); }
div.DivClassName
{
background-color: #FE164A;
}
.BgClassName
{
background-color: #FE164A;
}
</style>
border-color css
<style>
span { border-color: #FE164A; }
span { border-color: rgb(254,22,74); }
td.TdClassName
{
border-color: #FE164A;
}
.TagClassName
{
border-color: #FE164A;
}
</style>