Shades of Torch Red #FE0912
Tints of Torch Red #FE0912
RGB
CMYK
RGB Variations
Color information
#FE0912 (or 0xFE0912) is known color: Torch Red. HEX triplet: FE, 09 and 12. RGB value is (254,9,18). Sum of RGB (Red+Green+Blue) = 254+9+18=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0912 is #01F6ED. Grayscale: #535353. Windows color (decimal): -128750 or 1182206. OLE color: 1182206.
HSL color Cylindrical-coordinate representation of color #FE0912: hue angle of 357.8º 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 #FE0912 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.00 |
| HSL | 357.8º | 0.99% | 0.52% | - |
| HSV(B) | 357.8º | 0.96% | 1% | - |
| XYZ | 41.08 | 21.31 | 2.52 | - |
| YUV | 83.28 | 91.17 | 249.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 18 | 0 | 0.96 | 0.93 | 0.00 | 357.8 | 0.99 | 0.52 |
| Hex | FE | 9 | 12 | 0 | 60 | 5D | 0 | 166 | 63 | 34 |
| Octal | 376 | 11 | 22 | 0 | 140 | 135 | 0 | 546 | 143 | 64 |
| Binary | 11111110 | 1001 | 10010 | 0 | 1100000 | 1011101 | 0 | 101100110 | 1100011 | 110100 |
Color Harmonies of #FE0912
Complementary color
Monochromatic Colors of #FE0912
Black with #FE0912
Text Example
Text Example
White with #FE0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0912; }
p { color: rgb(254,9,18); }
H1.HeaderClassName
{
color: #FE0912;
}
.AnyTagClassName
{
color: #FE0912;
}
</style>
background-color css
<style>
a { background-color: #FE0912; }
a { background-color: rgb(254,9,18); }
div.DivClassName
{
background-color: #FE0912;
}
.BgClassName
{
background-color: #FE0912;
}
</style>
border-color css
<style>
span { border-color: #FE0912; }
span { border-color: rgb(254,9,18); }
td.TdClassName
{
border-color: #FE0912;
}
.TagClassName
{
border-color: #FE0912;
}
</style>