Shades of Torch Red #FE194D
Tints of Torch Red #FE194D
RGB
CMYK
RGB Variations
Color information
#FE194D (or 0xFE194D) is known color: Torch Red. HEX triplet: FE, 19 and 4D. RGB value is (254,25,77). Sum of RGB (Red+Green+Blue) = 254+25+77=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE194D is #01E6B2. Grayscale: #636363. Windows color (decimal): -124595 or 5052926. OLE color: 5052926.
HSL color Cylindrical-coordinate representation of color #FE194D: hue angle of 346.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE194D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.00 |
| HSL | 346.38º | 0.99% | 0.55% | - |
| HSV(B) | 346.38º | 0.9% | 1% | - |
| XYZ | 42.56 | 22.3 | 9.08 | - |
| YUV | 99.4 | 115.37 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 77 | 0 | 0.90 | 0.70 | 0.00 | 346.38 | 0.99 | 0.55 |
| Hex | FE | 19 | 4D | 0 | 5A | 46 | 0 | 15A | 63 | 37 |
| Octal | 376 | 31 | 115 | 0 | 132 | 106 | 0 | 532 | 143 | 67 |
| Binary | 11111110 | 11001 | 1001101 | 0 | 1011010 | 1000110 | 0 | 101011010 | 1100011 | 110111 |
Color Harmonies of #FE194D
Complementary color
Monochromatic Colors of #FE194D
Black with #FE194D
Text Example
Text Example
White with #FE194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE194D; }
p { color: rgb(254,25,77); }
H1.HeaderClassName
{
color: #FE194D;
}
.AnyTagClassName
{
color: #FE194D;
}
</style>
background-color css
<style>
a { background-color: #FE194D; }
a { background-color: rgb(254,25,77); }
div.DivClassName
{
background-color: #FE194D;
}
.BgClassName
{
background-color: #FE194D;
}
</style>
border-color css
<style>
span { border-color: #FE194D; }
span { border-color: rgb(254,25,77); }
td.TdClassName
{
border-color: #FE194D;
}
.TagClassName
{
border-color: #FE194D;
}
</style>