Shades of Torch Red #FE101C
Tints of Torch Red #FE101C
RGB
CMYK
RGB Variations
Color information
#FE101C (or 0xFE101C) is known color: Torch Red. HEX triplet: FE, 10 and 1C. RGB value is (254,16,28). Sum of RGB (Red+Green+Blue) = 254+16+28=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE101C is #01EFE3. Grayscale: #585858. Windows color (decimal): -126948 or 1839358. OLE color: 1839358.
HSL color Cylindrical-coordinate representation of color #FE101C: hue angle of 356.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE101C is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 28 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.00 |
| HSL | 356.97º | 0.99% | 0.53% | - |
| HSV(B) | 356.97º | 0.94% | 1% | - |
| XYZ | 41.27 | 21.53 | 3.08 | - |
| YUV | 88.53 | 93.85 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 28 | 0 | 0.94 | 0.89 | 0.00 | 356.97 | 0.99 | 0.53 |
| Hex | FE | 10 | 1C | 0 | 5E | 59 | 0 | 165 | 63 | 35 |
| Octal | 376 | 20 | 34 | 0 | 136 | 131 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 10000 | 11100 | 0 | 1011110 | 1011001 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE101C
Complementary color
Monochromatic Colors of #FE101C
Black with #FE101C
Text Example
Text Example
White with #FE101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE101C; }
p { color: rgb(254,16,28); }
H1.HeaderClassName
{
color: #FE101C;
}
.AnyTagClassName
{
color: #FE101C;
}
</style>
background-color css
<style>
a { background-color: #FE101C; }
a { background-color: rgb(254,16,28); }
div.DivClassName
{
background-color: #FE101C;
}
.BgClassName
{
background-color: #FE101C;
}
</style>
border-color css
<style>
span { border-color: #FE101C; }
span { border-color: rgb(254,16,28); }
td.TdClassName
{
border-color: #FE101C;
}
.TagClassName
{
border-color: #FE101C;
}
</style>