Shades of Torch Red #FE131B
Tints of Torch Red #FE131B
RGB
CMYK
RGB Variations
Color information
#FE131B (or 0xFE131B) is known color: Torch Red. HEX triplet: FE, 13 and 1B. RGB value is (254,19,27). Sum of RGB (Red+Green+Blue) = 254+19+27=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE131B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE131B is #01ECE4. Grayscale: #5A5A5A. Windows color (decimal): -126181 or 1774590. OLE color: 1774590.
HSL color Cylindrical-coordinate representation of color #FE131B: hue angle of 357.96º 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 #FE131B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.00 |
| HSL | 357.96º | 0.99% | 0.54% | - |
| HSV(B) | 357.96º | 0.93% | 1% | - |
| XYZ | 41.3 | 21.62 | 3.03 | - |
| YUV | 90.18 | 92.36 | 244.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 27 | 0 | 0.93 | 0.89 | 0.00 | 357.96 | 0.99 | 0.54 |
| Hex | FE | 13 | 1B | 0 | 5D | 59 | 0 | 166 | 63 | 36 |
| Octal | 376 | 23 | 33 | 0 | 135 | 131 | 0 | 546 | 143 | 66 |
| Binary | 11111110 | 10011 | 11011 | 0 | 1011101 | 1011001 | 0 | 101100110 | 1100011 | 110110 |
Color Harmonies of #FE131B
Complementary color
Monochromatic Colors of #FE131B
Black with #FE131B
Text Example
Text Example
White with #FE131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE131B; }
p { color: rgb(254,19,27); }
H1.HeaderClassName
{
color: #FE131B;
}
.AnyTagClassName
{
color: #FE131B;
}
</style>
background-color css
<style>
a { background-color: #FE131B; }
a { background-color: rgb(254,19,27); }
div.DivClassName
{
background-color: #FE131B;
}
.BgClassName
{
background-color: #FE131B;
}
</style>
border-color css
<style>
span { border-color: #FE131B; }
span { border-color: rgb(254,19,27); }
td.TdClassName
{
border-color: #FE131B;
}
.TagClassName
{
border-color: #FE131B;
}
</style>