Shades of Torch Red #FE0910
Tints of Torch Red #FE0910
RGB
CMYK
RGB Variations
Color information
#FE0910 (or 0xFE0910) is known color: Torch Red. HEX triplet: FE, 09 and 10. RGB value is (254,9,16). Sum of RGB (Red+Green+Blue) = 254+9+16=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0910 is #01F6EF. Grayscale: #535353. Windows color (decimal): -128752 or 1051134. OLE color: 1051134.
HSL color Cylindrical-coordinate representation of color #FE0910: hue angle of 358.29º 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 #FE0910 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.00 |
| HSL | 358.29º | 0.99% | 0.52% | - |
| HSV(B) | 358.29º | 0.96% | 1% | - |
| XYZ | 41.06 | 21.3 | 2.44 | - |
| YUV | 83.05 | 90.17 | 249.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 16 | 0 | 0.96 | 0.94 | 0.00 | 358.29 | 0.99 | 0.52 |
| Hex | FE | 9 | 10 | 0 | 60 | 5E | 0 | 166 | 63 | 34 |
| Octal | 376 | 11 | 20 | 0 | 140 | 136 | 0 | 546 | 143 | 64 |
| Binary | 11111110 | 1001 | 10000 | 0 | 1100000 | 1011110 | 0 | 101100110 | 1100011 | 110100 |
Color Harmonies of #FE0910
Complementary color
Monochromatic Colors of #FE0910
Black with #FE0910
Text Example
Text Example
White with #FE0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0910; }
p { color: rgb(254,9,16); }
H1.HeaderClassName
{
color: #FE0910;
}
.AnyTagClassName
{
color: #FE0910;
}
</style>
background-color css
<style>
a { background-color: #FE0910; }
a { background-color: rgb(254,9,16); }
div.DivClassName
{
background-color: #FE0910;
}
.BgClassName
{
background-color: #FE0910;
}
</style>
border-color css
<style>
span { border-color: #FE0910; }
span { border-color: rgb(254,9,16); }
td.TdClassName
{
border-color: #FE0910;
}
.TagClassName
{
border-color: #FE0910;
}
</style>