Shades of Torch Red #FE0331
Tints of Torch Red #FE0331
RGB
CMYK
RGB Variations
Color information
#FE0331 (or 0xFE0331) is known color: Torch Red. HEX triplet: FE, 03 and 31. RGB value is (254,3,49). Sum of RGB (Red+Green+Blue) = 254+3+49=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0331 is #01FCCE. Grayscale: #535353. Windows color (decimal): -130255 or 3212286. OLE color: 3212286.
HSL color Cylindrical-coordinate representation of color #FE0331: hue angle of 349º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0331 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.00 |
| HSL | 349º | 0.99% | 0.5% | - |
| HSV(B) | 349º | 0.99% | 1% | - |
| XYZ | 41.46 | 21.36 | 4.84 | - |
| YUV | 83.29 | 108.66 | 249.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 49 | 0 | 0.99 | 0.81 | 0.00 | 349 | 0.99 | 0.5 |
| Hex | FE | 3 | 31 | 0 | 63 | 51 | 0 | 15D | 63 | 32 |
| Octal | 376 | 3 | 61 | 0 | 143 | 121 | 0 | 535 | 143 | 62 |
| Binary | 11111110 | 11 | 110001 | 0 | 1100011 | 1010001 | 0 | 101011101 | 1100011 | 110010 |
Color Harmonies of #FE0331
Complementary color
Monochromatic Colors of #FE0331
Black with #FE0331
Text Example
Text Example
White with #FE0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0331; }
p { color: rgb(254,3,49); }
H1.HeaderClassName
{
color: #FE0331;
}
.AnyTagClassName
{
color: #FE0331;
}
</style>
background-color css
<style>
a { background-color: #FE0331; }
a { background-color: rgb(254,3,49); }
div.DivClassName
{
background-color: #FE0331;
}
.BgClassName
{
background-color: #FE0331;
}
</style>
border-color css
<style>
span { border-color: #FE0331; }
span { border-color: rgb(254,3,49); }
td.TdClassName
{
border-color: #FE0331;
}
.TagClassName
{
border-color: #FE0331;
}
</style>