Shades of Torch Red #FE0011
Tints of Torch Red #FE0011
RGB
CMYK
RGB Variations
Color information
#FE0011 (or 0xFE0011) is known color: Torch Red. HEX triplet: FE, 00 and 11. RGB value is (254,0,17). Sum of RGB (Red+Green+Blue) = 254+0+17=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0011 is #01FFEE. Grayscale: #4E4E4E. Windows color (decimal): -131055 or 1114366. OLE color: 1114366.
HSL color Cylindrical-coordinate representation of color #FE0011: hue angle of 355.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0011 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.93 | 0.00 |
| HSL | 355.98º | 1% | 0.5% | - |
| HSV(B) | 355.98º | 1% | 1% | - |
| XYZ | 40.97 | 21.11 | 2.45 | - |
| YUV | 77.88 | 93.65 | 253.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 17 | 0 | 1 | 0.93 | 0.00 | 355.98 | 1 | 0.5 |
| Hex | FE | 0 | 11 | 0 | 64 | 5D | 0 | 164 | 64 | 32 |
| Octal | 376 | 0 | 21 | 0 | 144 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111110 | 0 | 10001 | 0 | 1100100 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FE0011
Complementary color
Monochromatic Colors of #FE0011
Black with #FE0011
Text Example
Text Example
White with #FE0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0011; }
p { color: rgb(254,0,17); }
H1.HeaderClassName
{
color: #FE0011;
}
.AnyTagClassName
{
color: #FE0011;
}
</style>
background-color css
<style>
a { background-color: #FE0011; }
a { background-color: rgb(254,0,17); }
div.DivClassName
{
background-color: #FE0011;
}
.BgClassName
{
background-color: #FE0011;
}
</style>
border-color css
<style>
span { border-color: #FE0011; }
span { border-color: rgb(254,0,17); }
td.TdClassName
{
border-color: #FE0011;
}
.TagClassName
{
border-color: #FE0011;
}
</style>