Shades of Torch Red #FE003A
Tints of Torch Red #FE003A
RGB
CMYK
RGB Variations
Color information
#FE003A (or 0xFE003A) is known color: Torch Red. HEX triplet: FE, 00 and 3A. RGB value is (254,0,58). Sum of RGB (Red+Green+Blue) = 254+0+58=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE003A is #01FFC5. Grayscale: #525252. Windows color (decimal): -131014 or 3801342. OLE color: 3801342.
HSL color Cylindrical-coordinate representation of color #FE003A: hue angle of 346.3º 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 #FE003A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.77 | 0.00 |
| HSL | 346.3º | 1% | 0.5% | - |
| HSV(B) | 346.3º | 1% | 1% | - |
| XYZ | 41.64 | 21.38 | 5.93 | - |
| YUV | 82.56 | 114.15 | 250.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 58 | 0 | 1 | 0.77 | 0.00 | 346.3 | 1 | 0.5 |
| Hex | FE | 0 | 3A | 0 | 64 | 4D | 0 | 15A | 64 | 32 |
| Octal | 376 | 0 | 72 | 0 | 144 | 115 | 0 | 532 | 144 | 62 |
| Binary | 11111110 | 0 | 111010 | 0 | 1100100 | 1001101 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FE003A
Complementary color
Monochromatic Colors of #FE003A
Black with #FE003A
Text Example
Text Example
White with #FE003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE003A; }
p { color: rgb(254,0,58); }
H1.HeaderClassName
{
color: #FE003A;
}
.AnyTagClassName
{
color: #FE003A;
}
</style>
background-color css
<style>
a { background-color: #FE003A; }
a { background-color: rgb(254,0,58); }
div.DivClassName
{
background-color: #FE003A;
}
.BgClassName
{
background-color: #FE003A;
}
</style>
border-color css
<style>
span { border-color: #FE003A; }
span { border-color: rgb(254,0,58); }
td.TdClassName
{
border-color: #FE003A;
}
.TagClassName
{
border-color: #FE003A;
}
</style>