Shades of Torch Red #FE131A
Tints of Torch Red #FE131A
RGB
CMYK
RGB Variations
Color information
#FE131A (or 0xFE131A) is known color: Torch Red. HEX triplet: FE, 13 and 1A. RGB value is (254,19,26). Sum of RGB (Red+Green+Blue) = 254+19+26=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE131A is #01ECE5. Grayscale: #5A5A5A. Windows color (decimal): -126182 or 1709054. OLE color: 1709054.
HSL color Cylindrical-coordinate representation of color #FE131A: hue angle of 358.21º 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 #FE131A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 26 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.00 |
| HSL | 358.21º | 0.99% | 0.54% | - |
| HSV(B) | 358.21º | 0.93% | 1% | - |
| XYZ | 41.29 | 21.61 | 2.97 | - |
| YUV | 90.06 | 91.86 | 244.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 26 | 0 | 0.93 | 0.90 | 0.00 | 358.21 | 0.99 | 0.54 |
| Hex | FE | 13 | 1A | 0 | 5D | 5A | 0 | 166 | 63 | 36 |
| Octal | 376 | 23 | 32 | 0 | 135 | 132 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10011 | 11010 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE131A
Complementary color
Monochromatic Colors of #FE131A
Black with #FE131A
Text Example
Text Example
White with #FE131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE131A; }
p { color: rgb(254,19,26); }
H1.HeaderClassName
{
color: #FE131A;
}
.AnyTagClassName
{
color: #FE131A;
}
</style>
background-color css
<style>
a { background-color: #FE131A; }
a { background-color: rgb(254,19,26); }
div.DivClassName
{
background-color: #FE131A;
}
.BgClassName
{
background-color: #FE131A;
}
</style>
border-color css
<style>
span { border-color: #FE131A; }
span { border-color: rgb(254,19,26); }
td.TdClassName
{
border-color: #FE131A;
}
.TagClassName
{
border-color: #FE131A;
}
</style>