Shades of Torch Red #FE121D
Tints of Torch Red #FE121D
RGB
CMYK
RGB Variations
Color information
#FE121D (or 0xFE121D) is known color: Torch Red. HEX triplet: FE, 12 and 1D. RGB value is (254,18,29). Sum of RGB (Red+Green+Blue) = 254+18+29=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE121D is #01EDE2. Grayscale: #5A5A5A. Windows color (decimal): -126435 or 1905406. OLE color: 1905406.
HSL color Cylindrical-coordinate representation of color #FE121D: hue angle of 357.2º 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 #FE121D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 29 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.00 |
| HSL | 357.2º | 0.99% | 0.53% | - |
| HSV(B) | 357.2º | 0.93% | 1% | - |
| XYZ | 41.31 | 21.59 | 3.15 | - |
| YUV | 89.82 | 93.69 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 29 | 0 | 0.93 | 0.89 | 0.00 | 357.2 | 0.99 | 0.53 |
| Hex | FE | 12 | 1D | 0 | 5D | 59 | 0 | 165 | 63 | 35 |
| Octal | 376 | 22 | 35 | 0 | 135 | 131 | 0 | 545 | 143 | 65 |
| Binary | 11111110 | 10010 | 11101 | 0 | 1011101 | 1011001 | 0 | 101100101 | 1100011 | 110101 |
Color Harmonies of #FE121D
Complementary color
Monochromatic Colors of #FE121D
Black with #FE121D
Text Example
Text Example
White with #FE121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE121D; }
p { color: rgb(254,18,29); }
H1.HeaderClassName
{
color: #FE121D;
}
.AnyTagClassName
{
color: #FE121D;
}
</style>
background-color css
<style>
a { background-color: #FE121D; }
a { background-color: rgb(254,18,29); }
div.DivClassName
{
background-color: #FE121D;
}
.BgClassName
{
background-color: #FE121D;
}
</style>
border-color css
<style>
span { border-color: #FE121D; }
span { border-color: rgb(254,18,29); }
td.TdClassName
{
border-color: #FE121D;
}
.TagClassName
{
border-color: #FE121D;
}
</style>