Shades of Torch Red #FE1831
Tints of Torch Red #FE1831
RGB
CMYK
RGB Variations
Color information
#FE1831 (or 0xFE1831) is known color: Torch Red. HEX triplet: FE, 18 and 31. RGB value is (254,24,49). Sum of RGB (Red+Green+Blue) = 254+24+49=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1831 is #01E7CE. Grayscale: #5F5F5F. Windows color (decimal): -124879 or 3217662. OLE color: 3217662.
HSL color Cylindrical-coordinate representation of color #FE1831: hue angle of 353.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1831 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 49 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.00 |
| HSL | 353.48º | 0.99% | 0.55% | - |
| HSV(B) | 353.48º | 0.91% | 1% | - |
| XYZ | 41.75 | 21.95 | 4.94 | - |
| YUV | 95.62 | 101.7 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 49 | 0 | 0.91 | 0.81 | 0.00 | 353.48 | 0.99 | 0.55 |
| Hex | FE | 18 | 31 | 0 | 5B | 51 | 0 | 161 | 63 | 37 |
| Octal | 376 | 30 | 61 | 0 | 133 | 121 | 0 | 541 | 143 | 67 |
| Binary | 11111110 | 11000 | 110001 | 0 | 1011011 | 1010001 | 0 | 101100001 | 1100011 | 110111 |
Color Harmonies of #FE1831
Complementary color
Monochromatic Colors of #FE1831
Black with #FE1831
Text Example
Text Example
White with #FE1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1831; }
p { color: rgb(254,24,49); }
H1.HeaderClassName
{
color: #FE1831;
}
.AnyTagClassName
{
color: #FE1831;
}
</style>
background-color css
<style>
a { background-color: #FE1831; }
a { background-color: rgb(254,24,49); }
div.DivClassName
{
background-color: #FE1831;
}
.BgClassName
{
background-color: #FE1831;
}
</style>
border-color css
<style>
span { border-color: #FE1831; }
span { border-color: rgb(254,24,49); }
td.TdClassName
{
border-color: #FE1831;
}
.TagClassName
{
border-color: #FE1831;
}
</style>