Shades of Torch Red #FE131D
Tints of Torch Red #FE131D
RGB
CMYK
RGB Variations
Color information
#FE131D (or 0xFE131D) is known color: Torch Red. HEX triplet: FE, 13 and 1D. RGB value is (254,19,29). Sum of RGB (Red+Green+Blue) = 254+19+29=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE131D is #01ECE2. Grayscale: #5A5A5A. Windows color (decimal): -126179 or 1905662. OLE color: 1905662.
HSL color Cylindrical-coordinate representation of color #FE131D: hue angle of 357.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE131D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 29 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.00 |
| HSL | 357.45º | 0.99% | 0.54% | - |
| HSV(B) | 357.45º | 0.93% | 1% | - |
| XYZ | 41.33 | 21.63 | 3.16 | - |
| YUV | 90.41 | 93.36 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 29 | 0 | 0.93 | 0.89 | 0.00 | 357.45 | 0.99 | 0.54 |
| Hex | FE | 13 | 1D | 0 | 5D | 59 | 0 | 165 | 63 | 36 |
| Octal | 376 | 23 | 35 | 0 | 135 | 131 | 0 | 545 | 143 | 66 |
| Binary | 11111110 | 10011 | 11101 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100011 | 110110 |
Color Harmonies of #FE131D
Complementary color
Monochromatic Colors of #FE131D
Black with #FE131D
Text Example
Text Example
White with #FE131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE131D; }
p { color: rgb(254,19,29); }
H1.HeaderClassName
{
color: #FE131D;
}
.AnyTagClassName
{
color: #FE131D;
}
</style>
background-color css
<style>
a { background-color: #FE131D; }
a { background-color: rgb(254,19,29); }
div.DivClassName
{
background-color: #FE131D;
}
.BgClassName
{
background-color: #FE131D;
}
</style>
border-color css
<style>
span { border-color: #FE131D; }
span { border-color: rgb(254,19,29); }
td.TdClassName
{
border-color: #FE131D;
}
.TagClassName
{
border-color: #FE131D;
}
</style>