Shades of Torch Red #FE083E
Tints of Torch Red #FE083E
RGB
CMYK
RGB Variations
Color information
#FE083E (or 0xFE083E) is known color: Torch Red. HEX triplet: FE, 08 and 3E. RGB value is (254,8,62). Sum of RGB (Red+Green+Blue) = 254+8+62=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE083E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE083E is #01F7C1. Grayscale: #575757. Windows color (decimal): -128962 or 4065534. OLE color: 4065534.
HSL color Cylindrical-coordinate representation of color #FE083E: hue angle of 346.83º 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 #FE083E is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 62 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.00 |
| HSL | 346.83º | 0.99% | 0.51% | - |
| HSV(B) | 346.83º | 0.97% | 1% | - |
| XYZ | 41.83 | 21.59 | 6.52 | - |
| YUV | 87.71 | 113.5 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 62 | 0 | 0.97 | 0.76 | 0.00 | 346.83 | 0.99 | 0.51 |
| Hex | FE | 8 | 3E | 0 | 61 | 4C | 0 | 15B | 63 | 33 |
| Octal | 376 | 10 | 76 | 0 | 141 | 114 | 0 | 533 | 143 | 63 |
| Binary | 11111110 | 1000 | 111110 | 0 | 1100001 | 1001100 | 0 | 101011011 | 1100011 | 110011 |
Color Harmonies of #FE083E
Complementary color
Monochromatic Colors of #FE083E
Black with #FE083E
Text Example
Text Example
White with #FE083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE083E; }
p { color: rgb(254,8,62); }
H1.HeaderClassName
{
color: #FE083E;
}
.AnyTagClassName
{
color: #FE083E;
}
</style>
background-color css
<style>
a { background-color: #FE083E; }
a { background-color: rgb(254,8,62); }
div.DivClassName
{
background-color: #FE083E;
}
.BgClassName
{
background-color: #FE083E;
}
</style>
border-color css
<style>
span { border-color: #FE083E; }
span { border-color: rgb(254,8,62); }
td.TdClassName
{
border-color: #FE083E;
}
.TagClassName
{
border-color: #FE083E;
}
</style>