Shades of Torch Red #FE124A
Tints of Torch Red #FE124A
RGB
CMYK
RGB Variations
Color information
#FE124A (or 0xFE124A) is known color: Torch Red. HEX triplet: FE, 12 and 4A. RGB value is (254,18,74). Sum of RGB (Red+Green+Blue) = 254+18+74=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE124A is #01EDB5. Grayscale: #5E5E5E. Windows color (decimal): -126390 or 4854526. OLE color: 4854526.
HSL color Cylindrical-coordinate representation of color #FE124A: hue angle of 345.76º 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 #FE124A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 74 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.00 |
| HSL | 345.76º | 0.99% | 0.53% | - |
| HSV(B) | 345.76º | 0.93% | 1% | - |
| XYZ | 42.33 | 22 | 8.49 | - |
| YUV | 94.95 | 116.19 | 241.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 74 | 0 | 0.93 | 0.71 | 0.00 | 345.76 | 0.99 | 0.53 |
| Hex | FE | 12 | 4A | 0 | 5D | 47 | 0 | 15A | 63 | 35 |
| Octal | 376 | 22 | 112 | 0 | 135 | 107 | 0 | 532 | 143 | 65 |
| Binary | 11111110 | 10010 | 1001010 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100011 | 110101 |
Color Harmonies of #FE124A
Complementary color
Monochromatic Colors of #FE124A
Black with #FE124A
Text Example
Text Example
White with #FE124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE124A; }
p { color: rgb(254,18,74); }
H1.HeaderClassName
{
color: #FE124A;
}
.AnyTagClassName
{
color: #FE124A;
}
</style>
background-color css
<style>
a { background-color: #FE124A; }
a { background-color: rgb(254,18,74); }
div.DivClassName
{
background-color: #FE124A;
}
.BgClassName
{
background-color: #FE124A;
}
</style>
border-color css
<style>
span { border-color: #FE124A; }
span { border-color: rgb(254,18,74); }
td.TdClassName
{
border-color: #FE124A;
}
.TagClassName
{
border-color: #FE124A;
}
</style>