Shades of Torch Red #FE0634
Tints of Torch Red #FE0634
RGB
CMYK
RGB Variations
Color information
#FE0634 (or 0xFE0634) is known color: Torch Red. HEX triplet: FE, 06 and 34. RGB value is (254,6,52). Sum of RGB (Red+Green+Blue) = 254+6+52=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0634 is #01F9CB. Grayscale: #555555. Windows color (decimal): -129484 or 3409662. OLE color: 3409662.
HSL color Cylindrical-coordinate representation of color #FE0634: hue angle of 348.87º 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 #FE0634 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 52 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.00 |
| HSL | 348.87º | 0.99% | 0.51% | - |
| HSV(B) | 348.87º | 0.98% | 1% | - |
| XYZ | 41.56 | 21.45 | 5.2 | - |
| YUV | 85.4 | 109.16 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 52 | 0 | 0.98 | 0.80 | 0.00 | 348.87 | 0.99 | 0.51 |
| Hex | FE | 6 | 34 | 0 | 62 | 50 | 0 | 15D | 63 | 33 |
| Octal | 376 | 6 | 64 | 0 | 142 | 120 | 0 | 535 | 143 | 63 |
| Binary | 11111110 | 110 | 110100 | 0 | 1100010 | 1010000 | 0 | 101011101 | 1100011 | 110011 |
Color Harmonies of #FE0634
Complementary color
Monochromatic Colors of #FE0634
Black with #FE0634
Text Example
Text Example
White with #FE0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0634; }
p { color: rgb(254,6,52); }
H1.HeaderClassName
{
color: #FE0634;
}
.AnyTagClassName
{
color: #FE0634;
}
</style>
background-color css
<style>
a { background-color: #FE0634; }
a { background-color: rgb(254,6,52); }
div.DivClassName
{
background-color: #FE0634;
}
.BgClassName
{
background-color: #FE0634;
}
</style>
border-color css
<style>
span { border-color: #FE0634; }
span { border-color: rgb(254,6,52); }
td.TdClassName
{
border-color: #FE0634;
}
.TagClassName
{
border-color: #FE0634;
}
</style>