Shades of Torch Red #FE0713
Tints of Torch Red #FE0713
RGB
CMYK
RGB Variations
Color information
#FE0713 (or 0xFE0713) is known color: Torch Red. HEX triplet: FE, 07 and 13. RGB value is (254,7,19). Sum of RGB (Red+Green+Blue) = 254+7+19=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0713 is #01F8EC. Grayscale: #525252. Windows color (decimal): -129261 or 1247230. OLE color: 1247230.
HSL color Cylindrical-coordinate representation of color #FE0713: hue angle of 357.09º 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 #FE0713 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.00 |
| HSL | 357.09º | 0.99% | 0.51% | - |
| HSV(B) | 357.09º | 0.97% | 1% | - |
| XYZ | 41.07 | 21.27 | 2.56 | - |
| YUV | 82.22 | 92.33 | 250.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 19 | 0 | 0.97 | 0.93 | 0.00 | 357.09 | 0.99 | 0.51 |
| Hex | FE | 7 | 13 | 0 | 61 | 5D | 0 | 165 | 63 | 33 |
| Octal | 376 | 7 | 23 | 0 | 141 | 135 | 0 | 545 | 143 | 63 |
| Binary | 11111110 | 111 | 10011 | 0 | 1100001 | 1011101 | 0 | 101100101 | 1100011 | 110011 |
Color Harmonies of #FE0713
Complementary color
Monochromatic Colors of #FE0713
Black with #FE0713
Text Example
Text Example
White with #FE0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0713; }
p { color: rgb(254,7,19); }
H1.HeaderClassName
{
color: #FE0713;
}
.AnyTagClassName
{
color: #FE0713;
}
</style>
background-color css
<style>
a { background-color: #FE0713; }
a { background-color: rgb(254,7,19); }
div.DivClassName
{
background-color: #FE0713;
}
.BgClassName
{
background-color: #FE0713;
}
</style>
border-color css
<style>
span { border-color: #FE0713; }
span { border-color: rgb(254,7,19); }
td.TdClassName
{
border-color: #FE0713;
}
.TagClassName
{
border-color: #FE0713;
}
</style>