Shades of Torch Red #FE191D
Tints of Torch Red #FE191D
RGB
CMYK
RGB Variations
Color information
#FE191D (or 0xFE191D) is known color: Torch Red. HEX triplet: FE, 19 and 1D. RGB value is (254,25,29). Sum of RGB (Red+Green+Blue) = 254+25+29=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE191D is #01E6E2. Grayscale: #5E5E5E. Windows color (decimal): -124643 or 1907198. OLE color: 1907198.
HSL color Cylindrical-coordinate representation of color #FE191D: hue angle of 358.95º 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 #FE191D is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 29 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.00 |
| HSL | 358.95º | 0.99% | 0.55% | - |
| HSV(B) | 358.95º | 0.9% | 1% | - |
| XYZ | 41.44 | 21.85 | 3.2 | - |
| YUV | 93.93 | 91.37 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 29 | 0 | 0.90 | 0.89 | 0.00 | 358.95 | 0.99 | 0.55 |
| Hex | FE | 19 | 1D | 0 | 5A | 59 | 0 | 167 | 63 | 37 |
| Octal | 376 | 31 | 35 | 0 | 132 | 131 | 0 | 547 | 143 | 67 |
| Binary | 11111110 | 11001 | 11101 | 0 | 1011010 | 1011001 | 0 | 101100111 | 1100011 | 110111 |
Color Harmonies of #FE191D
Complementary color
Monochromatic Colors of #FE191D
Black with #FE191D
Text Example
Text Example
White with #FE191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE191D; }
p { color: rgb(254,25,29); }
H1.HeaderClassName
{
color: #FE191D;
}
.AnyTagClassName
{
color: #FE191D;
}
</style>
background-color css
<style>
a { background-color: #FE191D; }
a { background-color: rgb(254,25,29); }
div.DivClassName
{
background-color: #FE191D;
}
.BgClassName
{
background-color: #FE191D;
}
</style>
border-color css
<style>
span { border-color: #FE191D; }
span { border-color: rgb(254,25,29); }
td.TdClassName
{
border-color: #FE191D;
}
.TagClassName
{
border-color: #FE191D;
}
</style>