Shades of Torch Red #FE192D
Tints of Torch Red #FE192D
RGB
CMYK
RGB Variations
Color information
#FE192D (or 0xFE192D) is known color: Torch Red. HEX triplet: FE, 19 and 2D. RGB value is (254,25,45). Sum of RGB (Red+Green+Blue) = 254+25+45=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE192D is #01E6D2. Grayscale: #5F5F5F. Windows color (decimal): -124627 or 2955774. OLE color: 2955774.
HSL color Cylindrical-coordinate representation of color #FE192D: hue angle of 354.76º 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 #FE192D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.00 |
| HSL | 354.76º | 0.99% | 0.55% | - |
| HSV(B) | 354.76º | 0.9% | 1% | - |
| XYZ | 41.69 | 21.96 | 4.52 | - |
| YUV | 95.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 45 | 0 | 0.90 | 0.82 | 0.00 | 354.76 | 0.99 | 0.55 |
| Hex | FE | 19 | 2D | 0 | 5A | 52 | 0 | 163 | 63 | 37 |
| Octal | 376 | 31 | 55 | 0 | 132 | 122 | 0 | 543 | 143 | 67 |
| Binary | 11111110 | 11001 | 101101 | 0 | 1011010 | 1010010 | 0 | 101100011 | 1100011 | 110111 |
Color Harmonies of #FE192D
Complementary color
Monochromatic Colors of #FE192D
Black with #FE192D
Text Example
Text Example
White with #FE192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE192D; }
p { color: rgb(254,25,45); }
H1.HeaderClassName
{
color: #FE192D;
}
.AnyTagClassName
{
color: #FE192D;
}
</style>
background-color css
<style>
a { background-color: #FE192D; }
a { background-color: rgb(254,25,45); }
div.DivClassName
{
background-color: #FE192D;
}
.BgClassName
{
background-color: #FE192D;
}
</style>
border-color css
<style>
span { border-color: #FE192D; }
span { border-color: rgb(254,25,45); }
td.TdClassName
{
border-color: #FE192D;
}
.TagClassName
{
border-color: #FE192D;
}
</style>