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