Shades of Torch Red #FE0829
Tints of Torch Red #FE0829
RGB
CMYK
RGB Variations
Color information
#FE0829 (or 0xFE0829) is known color: Torch Red. HEX triplet: FE, 08 and 29. RGB value is (254,8,41). Sum of RGB (Red+Green+Blue) = 254+8+41=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0829 is #01F7D6. Grayscale: #555555. Windows color (decimal): -128983 or 2689278. OLE color: 2689278.
HSL color Cylindrical-coordinate representation of color #FE0829: hue angle of 351.95º 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 #FE0829 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 41 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.00 |
| HSL | 351.95º | 0.99% | 0.51% | - |
| HSV(B) | 351.95º | 0.97% | 1% | - |
| XYZ | 41.36 | 21.4 | 4.05 | - |
| YUV | 85.32 | 103 | 248.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 41 | 0 | 0.97 | 0.84 | 0.00 | 351.95 | 0.99 | 0.51 |
| Hex | FE | 8 | 29 | 0 | 61 | 54 | 0 | 160 | 63 | 33 |
| Octal | 376 | 10 | 51 | 0 | 141 | 124 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 1000 | 101001 | 0 | 1100001 | 1010100 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0829
Complementary color
Monochromatic Colors of #FE0829
Black with #FE0829
Text Example
Text Example
White with #FE0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0829; }
p { color: rgb(254,8,41); }
H1.HeaderClassName
{
color: #FE0829;
}
.AnyTagClassName
{
color: #FE0829;
}
</style>
background-color css
<style>
a { background-color: #FE0829; }
a { background-color: rgb(254,8,41); }
div.DivClassName
{
background-color: #FE0829;
}
.BgClassName
{
background-color: #FE0829;
}
</style>
border-color css
<style>
span { border-color: #FE0829; }
span { border-color: rgb(254,8,41); }
td.TdClassName
{
border-color: #FE0829;
}
.TagClassName
{
border-color: #FE0829;
}
</style>