Shades of Torch Red #FE082D
Tints of Torch Red #FE082D
RGB
CMYK
RGB Variations
Color information
#FE082D (or 0xFE082D) is known color: Torch Red. HEX triplet: FE, 08 and 2D. RGB value is (254,8,45). Sum of RGB (Red+Green+Blue) = 254+8+45=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE082D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE082D is #01F7D2. Grayscale: #555555. Windows color (decimal): -128979 or 2951422. OLE color: 2951422.
HSL color Cylindrical-coordinate representation of color #FE082D: hue angle of 350.98º 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 #FE082D is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 45 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.00 |
| HSL | 350.98º | 0.99% | 0.51% | - |
| HSV(B) | 350.98º | 0.97% | 1% | - |
| XYZ | 41.43 | 21.43 | 4.44 | - |
| YUV | 85.77 | 105 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 45 | 0 | 0.97 | 0.82 | 0.00 | 350.98 | 0.99 | 0.51 |
| Hex | FE | 8 | 2D | 0 | 61 | 52 | 0 | 15F | 63 | 33 |
| Octal | 376 | 10 | 55 | 0 | 141 | 122 | 0 | 537 | 143 | 63 |
| Binary | 11111110 | 1000 | 101101 | 0 | 1100001 | 1010010 | 0 | 101011111 | 1100011 | 110011 |
Color Harmonies of #FE082D
Complementary color
Monochromatic Colors of #FE082D
Black with #FE082D
Text Example
Text Example
White with #FE082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE082D; }
p { color: rgb(254,8,45); }
H1.HeaderClassName
{
color: #FE082D;
}
.AnyTagClassName
{
color: #FE082D;
}
</style>
background-color css
<style>
a { background-color: #FE082D; }
a { background-color: rgb(254,8,45); }
div.DivClassName
{
background-color: #FE082D;
}
.BgClassName
{
background-color: #FE082D;
}
</style>
border-color css
<style>
span { border-color: #FE082D; }
span { border-color: rgb(254,8,45); }
td.TdClassName
{
border-color: #FE082D;
}
.TagClassName
{
border-color: #FE082D;
}
</style>