Shades of Torch Red #FE121E
Tints of Torch Red #FE121E
RGB
CMYK
RGB Variations
Color information
#FE121E (or 0xFE121E) is known color: Torch Red. HEX triplet: FE, 12 and 1E. RGB value is (254,18,30). Sum of RGB (Red+Green+Blue) = 254+18+30=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE121E is #01EDE1. Grayscale: #5A5A5A. Windows color (decimal): -126434 or 1970942. OLE color: 1970942.
HSL color Cylindrical-coordinate representation of color #FE121E: hue angle of 356.95º 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 #FE121E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.00 |
| HSL | 356.95º | 0.99% | 0.53% | - |
| HSV(B) | 356.95º | 0.93% | 1% | - |
| XYZ | 41.32 | 21.6 | 3.22 | - |
| YUV | 89.93 | 94.19 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 30 | 0 | 0.93 | 0.88 | 0.00 | 356.95 | 0.99 | 0.53 |
| Hex | FE | 12 | 1E | 0 | 5D | 58 | 0 | 165 | 63 | 35 |
| Octal | 376 | 22 | 36 | 0 | 135 | 130 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 10010 | 11110 | 0 | 1011101 | 1011000 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE121E
Complementary color
Monochromatic Colors of #FE121E
Black with #FE121E
Text Example
Text Example
White with #FE121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE121E; }
p { color: rgb(254,18,30); }
H1.HeaderClassName
{
color: #FE121E;
}
.AnyTagClassName
{
color: #FE121E;
}
</style>
background-color css
<style>
a { background-color: #FE121E; }
a { background-color: rgb(254,18,30); }
div.DivClassName
{
background-color: #FE121E;
}
.BgClassName
{
background-color: #FE121E;
}
</style>
border-color css
<style>
span { border-color: #FE121E; }
span { border-color: rgb(254,18,30); }
td.TdClassName
{
border-color: #FE121E;
}
.TagClassName
{
border-color: #FE121E;
}
</style>