Shades of Torch Red #FE0914
Tints of Torch Red #FE0914
RGB
CMYK
RGB Variations
Color information
#FE0914 (or 0xFE0914) is known color: Torch Red. HEX triplet: FE, 09 and 14. RGB value is (254,9,20). Sum of RGB (Red+Green+Blue) = 254+9+20=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0914 is #01F6EB. Grayscale: #535353. Windows color (decimal): -128748 or 1313278. OLE color: 1313278.
HSL color Cylindrical-coordinate representation of color #FE0914: hue angle of 357.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0914 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.00 |
| HSL | 357.31º | 0.99% | 0.52% | - |
| HSV(B) | 357.31º | 0.96% | 1% | - |
| XYZ | 41.1 | 21.32 | 2.61 | - |
| YUV | 83.51 | 92.17 | 249.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 20 | 0 | 0.96 | 0.92 | 0.00 | 357.31 | 0.99 | 0.52 |
| Hex | FE | 9 | 14 | 0 | 60 | 5C | 0 | 165 | 63 | 34 |
| Octal | 376 | 11 | 24 | 0 | 140 | 134 | 0 | 545 | 143 | 64 |
| Binary | 11111110 | 1001 | 10100 | 0 | 1100000 | 1011100 | 0 | 101100101 | 1100011 | 110100 |
Color Harmonies of #FE0914
Complementary color
Monochromatic Colors of #FE0914
Black with #FE0914
Text Example
Text Example
White with #FE0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0914; }
p { color: rgb(254,9,20); }
H1.HeaderClassName
{
color: #FE0914;
}
.AnyTagClassName
{
color: #FE0914;
}
</style>
background-color css
<style>
a { background-color: #FE0914; }
a { background-color: rgb(254,9,20); }
div.DivClassName
{
background-color: #FE0914;
}
.BgClassName
{
background-color: #FE0914;
}
</style>
border-color css
<style>
span { border-color: #FE0914; }
span { border-color: rgb(254,9,20); }
td.TdClassName
{
border-color: #FE0914;
}
.TagClassName
{
border-color: #FE0914;
}
</style>