Shades of Torch Red #FE1331
Tints of Torch Red #FE1331
RGB
CMYK
RGB Variations
Color information
#FE1331 (or 0xFE1331) is known color: Torch Red. HEX triplet: FE, 13 and 31. RGB value is (254,19,49). Sum of RGB (Red+Green+Blue) = 254+19+49=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1331 is #01ECCE. Grayscale: #5C5C5C. Windows color (decimal): -126159 or 3216382. OLE color: 3216382.
HSL color Cylindrical-coordinate representation of color #FE1331: hue angle of 352.34º 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 #FE1331 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 49 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.00 |
| HSL | 352.34º | 0.99% | 0.54% | - |
| HSV(B) | 352.34º | 0.93% | 1% | - |
| XYZ | 41.66 | 21.76 | 4.91 | - |
| YUV | 92.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 49 | 0 | 0.93 | 0.81 | 0.00 | 352.34 | 0.99 | 0.54 |
| Hex | FE | 13 | 31 | 0 | 5D | 51 | 0 | 160 | 63 | 36 |
| Octal | 376 | 23 | 61 | 0 | 135 | 121 | 0 | 540 | 143 | 66 |
| Binary | 11111110 | 10011 | 110001 | 0 | 1011101 | 1010001 | 0 | 101100000 | 1100011 | 110110 |
Color Harmonies of #FE1331
Complementary color
Monochromatic Colors of #FE1331
Black with #FE1331
Text Example
Text Example
White with #FE1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1331; }
p { color: rgb(254,19,49); }
H1.HeaderClassName
{
color: #FE1331;
}
.AnyTagClassName
{
color: #FE1331;
}
</style>
background-color css
<style>
a { background-color: #FE1331; }
a { background-color: rgb(254,19,49); }
div.DivClassName
{
background-color: #FE1331;
}
.BgClassName
{
background-color: #FE1331;
}
</style>
border-color css
<style>
span { border-color: #FE1331; }
span { border-color: rgb(254,19,49); }
td.TdClassName
{
border-color: #FE1331;
}
.TagClassName
{
border-color: #FE1331;
}
</style>