Shades of Torch Red #FE0835
Tints of Torch Red #FE0835
RGB
CMYK
RGB Variations
Color information
#FE0835 (or 0xFE0835) is known color: Torch Red. HEX triplet: FE, 08 and 35. RGB value is (254,8,53). Sum of RGB (Red+Green+Blue) = 254+8+53=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0835 is #01F7CA. Grayscale: #565656. Windows color (decimal): -128971 or 3475710. OLE color: 3475710.
HSL color Cylindrical-coordinate representation of color #FE0835: hue angle of 349.02º 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 #FE0835 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 53 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.00 |
| HSL | 349.02º | 0.99% | 0.51% | - |
| HSV(B) | 349.02º | 0.97% | 1% | - |
| XYZ | 41.6 | 21.5 | 5.33 | - |
| YUV | 86.68 | 109 | 247.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 53 | 0 | 0.97 | 0.79 | 0.00 | 349.02 | 0.99 | 0.51 |
| Hex | FE | 8 | 35 | 0 | 61 | 4F | 0 | 15D | 63 | 33 |
| Octal | 376 | 10 | 65 | 0 | 141 | 117 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 1000 | 110101 | 0 | 1100001 | 1001111 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0835
Complementary color
Monochromatic Colors of #FE0835
Black with #FE0835
Text Example
Text Example
White with #FE0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0835; }
p { color: rgb(254,8,53); }
H1.HeaderClassName
{
color: #FE0835;
}
.AnyTagClassName
{
color: #FE0835;
}
</style>
background-color css
<style>
a { background-color: #FE0835; }
a { background-color: rgb(254,8,53); }
div.DivClassName
{
background-color: #FE0835;
}
.BgClassName
{
background-color: #FE0835;
}
</style>
border-color css
<style>
span { border-color: #FE0835; }
span { border-color: rgb(254,8,53); }
td.TdClassName
{
border-color: #FE0835;
}
.TagClassName
{
border-color: #FE0835;
}
</style>