Shades of Torch Red #FE0716
Tints of Torch Red #FE0716
RGB
CMYK
RGB Variations
Color information
#FE0716 (or 0xFE0716) is known color: Torch Red. HEX triplet: FE, 07 and 16. RGB value is (254,7,22). Sum of RGB (Red+Green+Blue) = 254+7+22=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0716 is #01F8E9. Grayscale: #525252. Windows color (decimal): -129258 or 1443838. OLE color: 1443838.
HSL color Cylindrical-coordinate representation of color #FE0716: hue angle of 356.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0716 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 22 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.00 |
| HSL | 356.36º | 0.99% | 0.51% | - |
| HSV(B) | 356.36º | 0.97% | 1% | - |
| XYZ | 41.09 | 21.28 | 2.7 | - |
| YUV | 82.56 | 93.83 | 250.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 22 | 0 | 0.97 | 0.91 | 0.00 | 356.36 | 0.99 | 0.51 |
| Hex | FE | 7 | 16 | 0 | 61 | 5B | 0 | 164 | 63 | 33 |
| Octal | 376 | 7 | 26 | 0 | 141 | 133 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 111 | 10110 | 0 | 1100001 | 1011011 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0716
Complementary color
Monochromatic Colors of #FE0716
Black with #FE0716
Text Example
Text Example
White with #FE0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0716; }
p { color: rgb(254,7,22); }
H1.HeaderClassName
{
color: #FE0716;
}
.AnyTagClassName
{
color: #FE0716;
}
</style>
background-color css
<style>
a { background-color: #FE0716; }
a { background-color: rgb(254,7,22); }
div.DivClassName
{
background-color: #FE0716;
}
.BgClassName
{
background-color: #FE0716;
}
</style>
border-color css
<style>
span { border-color: #FE0716; }
span { border-color: rgb(254,7,22); }
td.TdClassName
{
border-color: #FE0716;
}
.TagClassName
{
border-color: #FE0716;
}
</style>