Shades of Torch Red #FE1538
Tints of Torch Red #FE1538
RGB
CMYK
RGB Variations
Color information
#FE1538 (or 0xFE1538) is known color: Torch Red. HEX triplet: FE, 15 and 38. RGB value is (254,21,56). Sum of RGB (Red+Green+Blue) = 254+21+56=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1538 is #01EAC7. Grayscale: #5E5E5E. Windows color (decimal): -125640 or 3675646. OLE color: 3675646.
HSL color Cylindrical-coordinate representation of color #FE1538: hue angle of 350.99º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1538 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 56 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.00 |
| HSL | 350.99º | 0.99% | 0.54% | - |
| HSV(B) | 350.99º | 0.92% | 1% | - |
| XYZ | 41.86 | 21.89 | 5.76 | - |
| YUV | 94.66 | 106.19 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 56 | 0 | 0.92 | 0.78 | 0.00 | 350.99 | 0.99 | 0.54 |
| Hex | FE | 15 | 38 | 0 | 5C | 4E | 0 | 15F | 63 | 36 |
| Octal | 376 | 25 | 70 | 0 | 134 | 116 | 0 | 537 | 143 | 66 |
| Binary | 11111110 | 10101 | 111000 | 0 | 1011100 | 1001110 | 0 | 101011111 | 1100011 | 110110 |
Color Harmonies of #FE1538
Complementary color
Monochromatic Colors of #FE1538
Black with #FE1538
Text Example
Text Example
White with #FE1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1538; }
p { color: rgb(254,21,56); }
H1.HeaderClassName
{
color: #FE1538;
}
.AnyTagClassName
{
color: #FE1538;
}
</style>
background-color css
<style>
a { background-color: #FE1538; }
a { background-color: rgb(254,21,56); }
div.DivClassName
{
background-color: #FE1538;
}
.BgClassName
{
background-color: #FE1538;
}
</style>
border-color css
<style>
span { border-color: #FE1538; }
span { border-color: rgb(254,21,56); }
td.TdClassName
{
border-color: #FE1538;
}
.TagClassName
{
border-color: #FE1538;
}
</style>