Shades of Torch Red #FE010B
Tints of Torch Red #FE010B
RGB
CMYK
RGB Variations
Color information
#FE010B (or 0xFE010B) is known color: Torch Red. HEX triplet: FE, 01 and 0B. RGB value is (254,1,11). Sum of RGB (Red+Green+Blue) = 254+1+11=266 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.49% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 254 - color contains mainly: red. Hex color #FE010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE010B is #01FEF4. Grayscale: #4E4E4E. Windows color (decimal): -130805 or 721406. OLE color: 721406.
HSL color Cylindrical-coordinate representation of color #FE010B: hue angle of 357.63º 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 #FE010B is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.00 |
| HSL | 357.63º | 0.99% | 0.5% | - |
| HSV(B) | 357.63º | 1% | 1% | - |
| XYZ | 40.94 | 21.12 | 2.23 | - |
| YUV | 77.79 | 90.32 | 253.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 11 | 0 | 1.00 | 0.96 | 0.00 | 357.63 | 0.99 | 0.5 |
| Hex | FE | 1 | B | 0 | 64 | 60 | 0 | 166 | 63 | 32 |
| Octal | 376 | 1 | 13 | 0 | 144 | 140 | 0 | 546 | 143 | 62 |
| Binary | 11111110 | 1 | 1011 | 0 | 1100100 | 1100000 | 0 | 101100110 | 1100011 | 110010 |
Color Harmonies of #FE010B
Complementary color
Monochromatic Colors of #FE010B
Black with #FE010B
Text Example
Text Example
White with #FE010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE010B; }
p { color: rgb(254,1,11); }
H1.HeaderClassName
{
color: #FE010B;
}
.AnyTagClassName
{
color: #FE010B;
}
</style>
background-color css
<style>
a { background-color: #FE010B; }
a { background-color: rgb(254,1,11); }
div.DivClassName
{
background-color: #FE010B;
}
.BgClassName
{
background-color: #FE010B;
}
</style>
border-color css
<style>
span { border-color: #FE010B; }
span { border-color: rgb(254,1,11); }
td.TdClassName
{
border-color: #FE010B;
}
.TagClassName
{
border-color: #FE010B;
}
</style>