Shades of Torch Red #FE082C
Tints of Torch Red #FE082C
RGB
CMYK
RGB Variations
Color information
#FE082C (or 0xFE082C) is known color: Torch Red. HEX triplet: FE, 08 and 2C. RGB value is (254,8,44). Sum of RGB (Red+Green+Blue) = 254+8+44=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE082C is #01F7D3. Grayscale: #555555. Windows color (decimal): -128980 or 2885886. OLE color: 2885886.
HSL color Cylindrical-coordinate representation of color #FE082C: hue angle of 351.22º 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 #FE082C is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.00 |
| HSL | 351.22º | 0.99% | 0.51% | - |
| HSV(B) | 351.22º | 0.97% | 1% | - |
| XYZ | 41.41 | 21.43 | 4.34 | - |
| YUV | 85.66 | 104.5 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 44 | 0 | 0.97 | 0.83 | 0.00 | 351.22 | 0.99 | 0.51 |
| Hex | FE | 8 | 2C | 0 | 61 | 53 | 0 | 15F | 63 | 33 |
| Octal | 376 | 10 | 54 | 0 | 141 | 123 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 1000 | 101100 | 0 | 1100001 | 1010011 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE082C
Complementary color
Monochromatic Colors of #FE082C
Black with #FE082C
Text Example
Text Example
White with #FE082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE082C; }
p { color: rgb(254,8,44); }
H1.HeaderClassName
{
color: #FE082C;
}
.AnyTagClassName
{
color: #FE082C;
}
</style>
background-color css
<style>
a { background-color: #FE082C; }
a { background-color: rgb(254,8,44); }
div.DivClassName
{
background-color: #FE082C;
}
.BgClassName
{
background-color: #FE082C;
}
</style>
border-color css
<style>
span { border-color: #FE082C; }
span { border-color: rgb(254,8,44); }
td.TdClassName
{
border-color: #FE082C;
}
.TagClassName
{
border-color: #FE082C;
}
</style>