Shades of Torch Red #FE0411
Tints of Torch Red #FE0411
RGB
CMYK
RGB Variations
Color information
#FE0411 (or 0xFE0411) is known color: Torch Red. HEX triplet: FE, 04 and 11. RGB value is (254,4,17). Sum of RGB (Red+Green+Blue) = 254+4+17=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0411 is #01FBEE. Grayscale: #505050. Windows color (decimal): -130031 or 1115390. OLE color: 1115390.
HSL color Cylindrical-coordinate representation of color #FE0411: hue angle of 356.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 17 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.00 |
| HSL | 356.88º | 0.99% | 0.51% | - |
| HSV(B) | 356.88º | 0.98% | 1% | - |
| XYZ | 41.02 | 21.2 | 2.46 | - |
| YUV | 80.23 | 92.33 | 251.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 17 | 0 | 0.98 | 0.93 | 0.00 | 356.88 | 0.99 | 0.51 |
| Hex | FE | 4 | 11 | 0 | 62 | 5D | 0 | 165 | 63 | 33 |
| Octal | 376 | 4 | 21 | 0 | 142 | 135 | 0 | 545 | 143 | 63 |
| Binary | 11111110 | 100 | 10001 | 0 | 1100010 | 1011101 | 0 | 101100101 | 1100011 | 110011 |
Color Harmonies of #FE0411
Complementary color
Monochromatic Colors of #FE0411
Black with #FE0411
Text Example
Text Example
White with #FE0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0411; }
p { color: rgb(254,4,17); }
H1.HeaderClassName
{
color: #FE0411;
}
.AnyTagClassName
{
color: #FE0411;
}
</style>
background-color css
<style>
a { background-color: #FE0411; }
a { background-color: rgb(254,4,17); }
div.DivClassName
{
background-color: #FE0411;
}
.BgClassName
{
background-color: #FE0411;
}
</style>
border-color css
<style>
span { border-color: #FE0411; }
span { border-color: rgb(254,4,17); }
td.TdClassName
{
border-color: #FE0411;
}
.TagClassName
{
border-color: #FE0411;
}
</style>