Shades of Torch Red #FE0846
Tints of Torch Red #FE0846
RGB
CMYK
RGB Variations
Color information
#FE0846 (or 0xFE0846) is known color: Torch Red. HEX triplet: FE, 08 and 46. RGB value is (254,8,70). Sum of RGB (Red+Green+Blue) = 254+8+70=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0846 is #01F7B9. Grayscale: #585858. Windows color (decimal): -128954 or 4589822. OLE color: 4589822.
HSL color Cylindrical-coordinate representation of color #FE0846: hue angle of 344.88º 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 #FE0846 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 70 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.00 |
| HSL | 344.88º | 0.99% | 0.51% | - |
| HSV(B) | 344.88º | 0.97% | 1% | - |
| XYZ | 42.07 | 21.69 | 7.76 | - |
| YUV | 88.62 | 117.5 | 245.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 70 | 0 | 0.97 | 0.72 | 0.00 | 344.88 | 0.99 | 0.51 |
| Hex | FE | 8 | 46 | 0 | 61 | 48 | 0 | 159 | 63 | 33 |
| Octal | 376 | 10 | 106 | 0 | 141 | 110 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 1000 | 1000110 | 0 | 1100001 | 1001000 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0846
Complementary color
Monochromatic Colors of #FE0846
Black with #FE0846
Text Example
Text Example
White with #FE0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0846; }
p { color: rgb(254,8,70); }
H1.HeaderClassName
{
color: #FE0846;
}
.AnyTagClassName
{
color: #FE0846;
}
</style>
background-color css
<style>
a { background-color: #FE0846; }
a { background-color: rgb(254,8,70); }
div.DivClassName
{
background-color: #FE0846;
}
.BgClassName
{
background-color: #FE0846;
}
</style>
border-color css
<style>
span { border-color: #FE0846; }
span { border-color: rgb(254,8,70); }
td.TdClassName
{
border-color: #FE0846;
}
.TagClassName
{
border-color: #FE0846;
}
</style>