Shades of Torch Red #FE123A
Tints of Torch Red #FE123A
RGB
CMYK
RGB Variations
Color information
#FE123A (or 0xFE123A) is known color: Torch Red. HEX triplet: FE, 12 and 3A. RGB value is (254,18,58). Sum of RGB (Red+Green+Blue) = 254+18+58=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE123A is #01EDC5. Grayscale: #5D5D5D. Windows color (decimal): -126406 or 3805950. OLE color: 3805950.
HSL color Cylindrical-coordinate representation of color #FE123A: hue angle of 349.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE123A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 58 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.00 |
| HSL | 349.83º | 0.99% | 0.53% | - |
| HSV(B) | 349.83º | 0.93% | 1% | - |
| XYZ | 41.85 | 21.81 | 6.01 | - |
| YUV | 93.12 | 108.19 | 242.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 58 | 0 | 0.93 | 0.77 | 0.00 | 349.83 | 0.99 | 0.53 |
| Hex | FE | 12 | 3A | 0 | 5D | 4D | 0 | 15E | 63 | 35 |
| Octal | 376 | 22 | 72 | 0 | 135 | 115 | 0 | 536 | 143 | 65 |
| Binary | 11111110 | 10010 | 111010 | 0 | 1011101 | 1001101 | 0 | 101011110 | 1100011 | 110101 |
Color Harmonies of #FE123A
Complementary color
Monochromatic Colors of #FE123A
Black with #FE123A
Text Example
Text Example
White with #FE123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE123A; }
p { color: rgb(254,18,58); }
H1.HeaderClassName
{
color: #FE123A;
}
.AnyTagClassName
{
color: #FE123A;
}
</style>
background-color css
<style>
a { background-color: #FE123A; }
a { background-color: rgb(254,18,58); }
div.DivClassName
{
background-color: #FE123A;
}
.BgClassName
{
background-color: #FE123A;
}
</style>
border-color css
<style>
span { border-color: #FE123A; }
span { border-color: rgb(254,18,58); }
td.TdClassName
{
border-color: #FE123A;
}
.TagClassName
{
border-color: #FE123A;
}
</style>