Shades of Torch Red #FE023A
Tints of Torch Red #FE023A
RGB
CMYK
RGB Variations
Color information
#FE023A (or 0xFE023A) is known color: Torch Red. HEX triplet: FE, 02 and 3A. RGB value is (254,2,58). Sum of RGB (Red+Green+Blue) = 254+2+58=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE023A is #01FDC5. Grayscale: #535353. Windows color (decimal): -130502 or 3801854. OLE color: 3801854.
HSL color Cylindrical-coordinate representation of color #FE023A: hue angle of 346.67º 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 #FE023A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.00 |
| HSL | 346.67º | 0.99% | 0.5% | - |
| HSV(B) | 346.67º | 0.99% | 1% | - |
| XYZ | 41.66 | 21.42 | 5.94 | - |
| YUV | 83.73 | 113.49 | 249.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 58 | 0 | 0.99 | 0.77 | 0.00 | 346.67 | 0.99 | 0.5 |
| Hex | FE | 2 | 3A | 0 | 63 | 4D | 0 | 15B | 63 | 32 |
| Octal | 376 | 2 | 72 | 0 | 143 | 115 | 0 | 533 | 143 | 62 |
| Binary | 11111110 | 10 | 111010 | 0 | 1100011 | 1001101 | 0 | 101011011 | 1100011 | 110010 |
Color Harmonies of #FE023A
Complementary color
Monochromatic Colors of #FE023A
Black with #FE023A
Text Example
Text Example
White with #FE023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE023A; }
p { color: rgb(254,2,58); }
H1.HeaderClassName
{
color: #FE023A;
}
.AnyTagClassName
{
color: #FE023A;
}
</style>
background-color css
<style>
a { background-color: #FE023A; }
a { background-color: rgb(254,2,58); }
div.DivClassName
{
background-color: #FE023A;
}
.BgClassName
{
background-color: #FE023A;
}
</style>
border-color css
<style>
span { border-color: #FE023A; }
span { border-color: rgb(254,2,58); }
td.TdClassName
{
border-color: #FE023A;
}
.TagClassName
{
border-color: #FE023A;
}
</style>