Shades of Torch Red #FE0635
Tints of Torch Red #FE0635
RGB
CMYK
RGB Variations
Color information
#FE0635 (or 0xFE0635) is known color: Torch Red. HEX triplet: FE, 06 and 35. RGB value is (254,6,53). Sum of RGB (Red+Green+Blue) = 254+6+53=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0635 is #01F9CA. Grayscale: #555555. Windows color (decimal): -129483 or 3475198. OLE color: 3475198.
HSL color Cylindrical-coordinate representation of color #FE0635: hue angle of 348.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0635 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 53 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.00 |
| HSL | 348.63º | 0.99% | 0.51% | - |
| HSV(B) | 348.63º | 0.98% | 1% | - |
| XYZ | 41.58 | 21.46 | 5.32 | - |
| YUV | 85.51 | 109.66 | 248.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 53 | 0 | 0.98 | 0.79 | 0.00 | 348.63 | 0.99 | 0.51 |
| Hex | FE | 6 | 35 | 0 | 62 | 4F | 0 | 15D | 63 | 33 |
| Octal | 376 | 6 | 65 | 0 | 142 | 117 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 110 | 110101 | 0 | 1100010 | 1001111 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0635
Complementary color
Monochromatic Colors of #FE0635
Black with #FE0635
Text Example
Text Example
White with #FE0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0635; }
p { color: rgb(254,6,53); }
H1.HeaderClassName
{
color: #FE0635;
}
.AnyTagClassName
{
color: #FE0635;
}
</style>
background-color css
<style>
a { background-color: #FE0635; }
a { background-color: rgb(254,6,53); }
div.DivClassName
{
background-color: #FE0635;
}
.BgClassName
{
background-color: #FE0635;
}
</style>
border-color css
<style>
span { border-color: #FE0635; }
span { border-color: rgb(254,6,53); }
td.TdClassName
{
border-color: #FE0635;
}
.TagClassName
{
border-color: #FE0635;
}
</style>