Shades of Torch Red #FE0726
Tints of Torch Red #FE0726
RGB
CMYK
RGB Variations
Color information
#FE0726 (or 0xFE0726) is known color: Torch Red. HEX triplet: FE, 07 and 26. RGB value is (254,7,38). Sum of RGB (Red+Green+Blue) = 254+7+38=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0726 is #01F8D9. Grayscale: #545454. Windows color (decimal): -129242 or 2492414. OLE color: 2492414.
HSL color Cylindrical-coordinate representation of color #FE0726: hue angle of 352.47º 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 #FE0726 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.00 |
| HSL | 352.47º | 0.99% | 0.51% | - |
| HSV(B) | 352.47º | 0.97% | 1% | - |
| XYZ | 41.3 | 21.36 | 3.78 | - |
| YUV | 84.39 | 101.83 | 248.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 38 | 0 | 0.97 | 0.85 | 0.00 | 352.47 | 0.99 | 0.51 |
| Hex | FE | 7 | 26 | 0 | 61 | 55 | 0 | 160 | 63 | 33 |
| Octal | 376 | 7 | 46 | 0 | 141 | 125 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 111 | 100110 | 0 | 1100001 | 1010101 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0726
Complementary color
Monochromatic Colors of #FE0726
Black with #FE0726
Text Example
Text Example
White with #FE0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0726; }
p { color: rgb(254,7,38); }
H1.HeaderClassName
{
color: #FE0726;
}
.AnyTagClassName
{
color: #FE0726;
}
</style>
background-color css
<style>
a { background-color: #FE0726; }
a { background-color: rgb(254,7,38); }
div.DivClassName
{
background-color: #FE0726;
}
.BgClassName
{
background-color: #FE0726;
}
</style>
border-color css
<style>
span { border-color: #FE0726; }
span { border-color: rgb(254,7,38); }
td.TdClassName
{
border-color: #FE0726;
}
.TagClassName
{
border-color: #FE0726;
}
</style>