Shades of Torch Red #FE1731
Tints of Torch Red #FE1731
RGB
CMYK
RGB Variations
Color information
#FE1731 (or 0xFE1731) is known color: Torch Red. HEX triplet: FE, 17 and 31. RGB value is (254,23,49). Sum of RGB (Red+Green+Blue) = 254+23+49=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1731 is #01E8CE. Grayscale: #5F5F5F. Windows color (decimal): -125135 or 3217406. OLE color: 3217406.
HSL color Cylindrical-coordinate representation of color #FE1731: hue angle of 353.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1731 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 49 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.00 |
| HSL | 353.25º | 0.99% | 0.54% | - |
| HSV(B) | 353.25º | 0.91% | 1% | - |
| XYZ | 41.73 | 21.91 | 4.93 | - |
| YUV | 95.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 49 | 0 | 0.91 | 0.81 | 0.00 | 353.25 | 0.99 | 0.54 |
| Hex | FE | 17 | 31 | 0 | 5B | 51 | 0 | 161 | 63 | 36 |
| Octal | 376 | 27 | 61 | 0 | 133 | 121 | 0 | 541 | 143 | 66 |
| Binary | 11111110 | 10111 | 110001 | 0 | 1011011 | 1010001 | 0 | 101100001 | 1100011 | 110110 |
Color Harmonies of #FE1731
Complementary color
Monochromatic Colors of #FE1731
Black with #FE1731
Text Example
Text Example
White with #FE1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1731; }
p { color: rgb(254,23,49); }
H1.HeaderClassName
{
color: #FE1731;
}
.AnyTagClassName
{
color: #FE1731;
}
</style>
background-color css
<style>
a { background-color: #FE1731; }
a { background-color: rgb(254,23,49); }
div.DivClassName
{
background-color: #FE1731;
}
.BgClassName
{
background-color: #FE1731;
}
</style>
border-color css
<style>
span { border-color: #FE1731; }
span { border-color: rgb(254,23,49); }
td.TdClassName
{
border-color: #FE1731;
}
.TagClassName
{
border-color: #FE1731;
}
</style>