Shades of Torch Red #FE0631
Tints of Torch Red #FE0631
RGB
CMYK
RGB Variations
Color information
#FE0631 (or 0xFE0631) is known color: Torch Red. HEX triplet: FE, 06 and 31. RGB value is (254,6,49). Sum of RGB (Red+Green+Blue) = 254+6+49=309 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.20% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0631 is #01F9CE. Grayscale: #555555. Windows color (decimal): -129487 or 3213054. OLE color: 3213054.
HSL color Cylindrical-coordinate representation of color #FE0631: hue angle of 349.6º 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 #FE0631 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 49 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.00 |
| HSL | 349.6º | 0.99% | 0.51% | - |
| HSV(B) | 349.6º | 0.98% | 1% | - |
| XYZ | 41.49 | 21.42 | 4.85 | - |
| YUV | 85.05 | 107.66 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 49 | 0 | 0.98 | 0.81 | 0.00 | 349.6 | 0.99 | 0.51 |
| Hex | FE | 6 | 31 | 0 | 62 | 51 | 0 | 15E | 63 | 33 |
| Octal | 376 | 6 | 61 | 0 | 142 | 121 | 0 | 536 | 143 | 63 |
| Binary | 11111110 | 110 | 110001 | 0 | 1100010 | 1010001 | 0 | 101011110 | 1100011 | 110011 |
Color Harmonies of #FE0631
Complementary color
Monochromatic Colors of #FE0631
Black with #FE0631
Text Example
Text Example
White with #FE0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0631; }
p { color: rgb(254,6,49); }
H1.HeaderClassName
{
color: #FE0631;
}
.AnyTagClassName
{
color: #FE0631;
}
</style>
background-color css
<style>
a { background-color: #FE0631; }
a { background-color: rgb(254,6,49); }
div.DivClassName
{
background-color: #FE0631;
}
.BgClassName
{
background-color: #FE0631;
}
</style>
border-color css
<style>
span { border-color: #FE0631; }
span { border-color: rgb(254,6,49); }
td.TdClassName
{
border-color: #FE0631;
}
.TagClassName
{
border-color: #FE0631;
}
</style>