Shades of Torch Red #FE193D
Tints of Torch Red #FE193D
RGB
CMYK
RGB Variations
Color information
#FE193D (or 0xFE193D) is known color: Torch Red. HEX triplet: FE, 19 and 3D. RGB value is (254,25,61). Sum of RGB (Red+Green+Blue) = 254+25+61=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE193D is #01E6C2. Grayscale: #616161. Windows color (decimal): -124611 or 4004350. OLE color: 4004350.
HSL color Cylindrical-coordinate representation of color #FE193D: hue angle of 350.57º 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 #FE193D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 61 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.00 |
| HSL | 350.57º | 0.99% | 0.55% | - |
| HSV(B) | 350.57º | 0.9% | 1% | - |
| XYZ | 42.06 | 22.1 | 6.46 | - |
| YUV | 97.58 | 107.37 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 61 | 0 | 0.90 | 0.76 | 0.00 | 350.57 | 0.99 | 0.55 |
| Hex | FE | 19 | 3D | 0 | 5A | 4C | 0 | 15F | 63 | 37 |
| Octal | 376 | 31 | 75 | 0 | 132 | 114 | 0 | 537 | 143 | 67 |
| Binary | 11111110 | 11001 | 111101 | 0 | 1011010 | 1001100 | 0 | 101011111 | 1100011 | 110111 |
Color Harmonies of #FE193D
Complementary color
Monochromatic Colors of #FE193D
Black with #FE193D
Text Example
Text Example
White with #FE193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE193D; }
p { color: rgb(254,25,61); }
H1.HeaderClassName
{
color: #FE193D;
}
.AnyTagClassName
{
color: #FE193D;
}
</style>
background-color css
<style>
a { background-color: #FE193D; }
a { background-color: rgb(254,25,61); }
div.DivClassName
{
background-color: #FE193D;
}
.BgClassName
{
background-color: #FE193D;
}
</style>
border-color css
<style>
span { border-color: #FE193D; }
span { border-color: rgb(254,25,61); }
td.TdClassName
{
border-color: #FE193D;
}
.TagClassName
{
border-color: #FE193D;
}
</style>