Shades of Torch Red #FE0416
Tints of Torch Red #FE0416
RGB
CMYK
RGB Variations
Color information
#FE0416 (or 0xFE0416) is known color: Torch Red. HEX triplet: FE, 04 and 16. RGB value is (254,4,22). Sum of RGB (Red+Green+Blue) = 254+4+22=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0416 is #01FBE9. Grayscale: #505050. Windows color (decimal): -130026 or 1443070. OLE color: 1443070.
HSL color Cylindrical-coordinate representation of color #FE0416: hue angle of 355.68º 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 #FE0416 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.00 |
| HSL | 355.68º | 0.99% | 0.51% | - |
| HSV(B) | 355.68º | 0.98% | 1% | - |
| XYZ | 41.06 | 21.22 | 2.69 | - |
| YUV | 80.8 | 94.83 | 251.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 22 | 0 | 0.98 | 0.91 | 0.00 | 355.68 | 0.99 | 0.51 |
| Hex | FE | 4 | 16 | 0 | 62 | 5B | 0 | 164 | 63 | 33 |
| Octal | 376 | 4 | 26 | 0 | 142 | 133 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 100 | 10110 | 0 | 1100010 | 1011011 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0416
Complementary color
Monochromatic Colors of #FE0416
Black with #FE0416
Text Example
Text Example
White with #FE0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0416; }
p { color: rgb(254,4,22); }
H1.HeaderClassName
{
color: #FE0416;
}
.AnyTagClassName
{
color: #FE0416;
}
</style>
background-color css
<style>
a { background-color: #FE0416; }
a { background-color: rgb(254,4,22); }
div.DivClassName
{
background-color: #FE0416;
}
.BgClassName
{
background-color: #FE0416;
}
</style>
border-color css
<style>
span { border-color: #FE0416; }
span { border-color: rgb(254,4,22); }
td.TdClassName
{
border-color: #FE0416;
}
.TagClassName
{
border-color: #FE0416;
}
</style>