Shades of Torch Red #FE0827
Tints of Torch Red #FE0827
RGB
CMYK
RGB Variations
Color information
#FE0827 (or 0xFE0827) is known color: Torch Red. HEX triplet: FE, 08 and 27. RGB value is (254,8,39). Sum of RGB (Red+Green+Blue) = 254+8+39=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0827 is #01F7D8. Grayscale: #555555. Windows color (decimal): -128985 or 2558206. OLE color: 2558206.
HSL color Cylindrical-coordinate representation of color #FE0827: hue angle of 352.44º 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 #FE0827 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 39 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.00 |
| HSL | 352.44º | 0.99% | 0.51% | - |
| HSV(B) | 352.44º | 0.97% | 1% | - |
| XYZ | 41.33 | 21.39 | 3.87 | - |
| YUV | 85.09 | 102 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 39 | 0 | 0.97 | 0.85 | 0.00 | 352.44 | 0.99 | 0.51 |
| Hex | FE | 8 | 27 | 0 | 61 | 55 | 0 | 160 | 63 | 33 |
| Octal | 376 | 10 | 47 | 0 | 141 | 125 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 1000 | 100111 | 0 | 1100001 | 1010101 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0827
Complementary color
Monochromatic Colors of #FE0827
Black with #FE0827
Text Example
Text Example
White with #FE0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0827; }
p { color: rgb(254,8,39); }
H1.HeaderClassName
{
color: #FE0827;
}
.AnyTagClassName
{
color: #FE0827;
}
</style>
background-color css
<style>
a { background-color: #FE0827; }
a { background-color: rgb(254,8,39); }
div.DivClassName
{
background-color: #FE0827;
}
.BgClassName
{
background-color: #FE0827;
}
</style>
border-color css
<style>
span { border-color: #FE0827; }
span { border-color: rgb(254,8,39); }
td.TdClassName
{
border-color: #FE0827;
}
.TagClassName
{
border-color: #FE0827;
}
</style>