Shades of Torch Red #FE011B
Tints of Torch Red #FE011B
RGB
CMYK
RGB Variations
Color information
#FE011B (or 0xFE011B) is known color: Torch Red. HEX triplet: FE, 01 and 1B. RGB value is (254,1,27). Sum of RGB (Red+Green+Blue) = 254+1+27=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE011B is #01FEE4. Grayscale: #4F4F4F. Windows color (decimal): -130789 or 1769982. OLE color: 1769982.
HSL color Cylindrical-coordinate representation of color #FE011B: hue angle of 353.83º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.00 |
| HSL | 353.83º | 0.99% | 0.5% | - |
| HSV(B) | 353.83º | 1% | 1% | - |
| XYZ | 41.08 | 21.17 | 2.96 | - |
| YUV | 79.61 | 98.32 | 252.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 27 | 0 | 1.00 | 0.89 | 0.00 | 353.83 | 0.99 | 0.5 |
| Hex | FE | 1 | 1B | 0 | 64 | 59 | 0 | 162 | 63 | 32 |
| Octal | 376 | 1 | 33 | 0 | 144 | 131 | 0 | 542 | 143 | 62 |
| Binary | 11111110 | 1 | 11011 | 0 | 1100100 | 1011001 | 0 | 101100010 | 1100011 | 110010 |
Color Harmonies of #FE011B
Complementary color
Monochromatic Colors of #FE011B
Black with #FE011B
Text Example
Text Example
White with #FE011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE011B; }
p { color: rgb(254,1,27); }
H1.HeaderClassName
{
color: #FE011B;
}
.AnyTagClassName
{
color: #FE011B;
}
</style>
background-color css
<style>
a { background-color: #FE011B; }
a { background-color: rgb(254,1,27); }
div.DivClassName
{
background-color: #FE011B;
}
.BgClassName
{
background-color: #FE011B;
}
</style>
border-color css
<style>
span { border-color: #FE011B; }
span { border-color: rgb(254,1,27); }
td.TdClassName
{
border-color: #FE011B;
}
.TagClassName
{
border-color: #FE011B;
}
</style>