Shades of Torch Red #FE0031
Tints of Torch Red #FE0031
RGB
CMYK
RGB Variations
Color information
#FE0031 (or 0xFE0031) is known color: Torch Red. HEX triplet: FE, 00 and 31. RGB value is (254,0,49). Sum of RGB (Red+Green+Blue) = 254+0+49=303 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.83% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0031 is #01FFCE. Grayscale: #515151. Windows color (decimal): -131023 or 3211518. OLE color: 3211518.
HSL color Cylindrical-coordinate representation of color #FE0031: hue angle of 348.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0031 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.81 | 0.00 |
| HSL | 348.43º | 1% | 0.5% | - |
| HSV(B) | 348.43º | 1% | 1% | - |
| XYZ | 41.43 | 21.29 | 4.83 | - |
| YUV | 81.53 | 109.65 | 251.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 49 | 0 | 1 | 0.81 | 0.00 | 348.43 | 1 | 0.5 |
| Hex | FE | 0 | 31 | 0 | 64 | 51 | 0 | 15C | 64 | 32 |
| Octal | 376 | 0 | 61 | 0 | 144 | 121 | 0 | 534 | 144 | 62 |
| Binary | 11111110 | 0 | 110001 | 0 | 1100100 | 1010001 | 0 | 101011100 | 1100100 | 110010 |
Color Harmonies of #FE0031
Complementary color
Monochromatic Colors of #FE0031
Black with #FE0031
Text Example
Text Example
White with #FE0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0031; }
p { color: rgb(254,0,49); }
H1.HeaderClassName
{
color: #FE0031;
}
.AnyTagClassName
{
color: #FE0031;
}
</style>
background-color css
<style>
a { background-color: #FE0031; }
a { background-color: rgb(254,0,49); }
div.DivClassName
{
background-color: #FE0031;
}
.BgClassName
{
background-color: #FE0031;
}
</style>
border-color css
<style>
span { border-color: #FE0031; }
span { border-color: rgb(254,0,49); }
td.TdClassName
{
border-color: #FE0031;
}
.TagClassName
{
border-color: #FE0031;
}
</style>