Shades of Torch Red #FE0718
Tints of Torch Red #FE0718
RGB
CMYK
RGB Variations
Color information
#FE0718 (or 0xFE0718) is known color: Torch Red. HEX triplet: FE, 07 and 18. RGB value is (254,7,24). Sum of RGB (Red+Green+Blue) = 254+7+24=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0718 is #01F8E7. Grayscale: #525252. Windows color (decimal): -129256 or 1574910. OLE color: 1574910.
HSL color Cylindrical-coordinate representation of color #FE0718: hue angle of 355.87º 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 #FE0718 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 24 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.00 |
| HSL | 355.87º | 0.99% | 0.51% | - |
| HSV(B) | 355.87º | 0.97% | 1% | - |
| XYZ | 41.11 | 21.29 | 2.81 | - |
| YUV | 82.79 | 94.83 | 250.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 24 | 0 | 0.97 | 0.91 | 0.00 | 355.87 | 0.99 | 0.51 |
| Hex | FE | 7 | 18 | 0 | 61 | 5B | 0 | 164 | 63 | 33 |
| Octal | 376 | 7 | 30 | 0 | 141 | 133 | 0 | 544 | 143 | 63 |
| Binary | 11111110 | 111 | 11000 | 0 | 1100001 | 1011011 | 0 | 101100100 | 1100011 | 110011 |
Color Harmonies of #FE0718
Complementary color
Monochromatic Colors of #FE0718
Black with #FE0718
Text Example
Text Example
White with #FE0718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0718; }
p { color: rgb(254,7,24); }
H1.HeaderClassName
{
color: #FE0718;
}
.AnyTagClassName
{
color: #FE0718;
}
</style>
background-color css
<style>
a { background-color: #FE0718; }
a { background-color: rgb(254,7,24); }
div.DivClassName
{
background-color: #FE0718;
}
.BgClassName
{
background-color: #FE0718;
}
</style>
border-color css
<style>
span { border-color: #FE0718; }
span { border-color: rgb(254,7,24); }
td.TdClassName
{
border-color: #FE0718;
}
.TagClassName
{
border-color: #FE0718;
}
</style>