Shades of Torch Red #FE1214
Tints of Torch Red #FE1214
RGB
CMYK
RGB Variations
Color information
#FE1214 (or 0xFE1214) is known color: Torch Red. HEX triplet: FE, 12 and 14. RGB value is (254,18,20). Sum of RGB (Red+Green+Blue) = 254+18+20=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1214 is #01EDEB. Grayscale: #595959. Windows color (decimal): -126444 or 1315582. OLE color: 1315582.
HSL color Cylindrical-coordinate representation of color #FE1214: hue angle of 359.49º 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 #FE1214 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.00 |
| HSL | 359.49º | 0.99% | 0.53% | - |
| HSV(B) | 359.49º | 0.93% | 1% | - |
| XYZ | 41.22 | 21.55 | 2.65 | - |
| YUV | 88.79 | 89.19 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 20 | 0 | 0.93 | 0.92 | 0.00 | 359.49 | 0.99 | 0.53 |
| Hex | FE | 12 | 14 | 0 | 5D | 5C | 0 | 167 | 63 | 35 |
| Octal | 376 | 22 | 24 | 0 | 135 | 134 | 0 | 547 | 143 | 65 |
| Binary | 11111110 | 10010 | 10100 | 0 | 1011101 | 1011100 | 0 | 101100111 | 1100011 | 110101 |
Color Harmonies of #FE1214
Complementary color
Monochromatic Colors of #FE1214
Black with #FE1214
Text Example
Text Example
White with #FE1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1214; }
p { color: rgb(254,18,20); }
H1.HeaderClassName
{
color: #FE1214;
}
.AnyTagClassName
{
color: #FE1214;
}
</style>
background-color css
<style>
a { background-color: #FE1214; }
a { background-color: rgb(254,18,20); }
div.DivClassName
{
background-color: #FE1214;
}
.BgClassName
{
background-color: #FE1214;
}
</style>
border-color css
<style>
span { border-color: #FE1214; }
span { border-color: rgb(254,18,20); }
td.TdClassName
{
border-color: #FE1214;
}
.TagClassName
{
border-color: #FE1214;
}
</style>