Shades of Torch Red #FE0915
Tints of Torch Red #FE0915
RGB
CMYK
RGB Variations
Color information
#FE0915 (or 0xFE0915) is known color: Torch Red. HEX triplet: FE, 09 and 15. RGB value is (254,9,21). Sum of RGB (Red+Green+Blue) = 254+9+21=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0915 is #01F6EA. Grayscale: #535353. Windows color (decimal): -128747 or 1378814. OLE color: 1378814.
HSL color Cylindrical-coordinate representation of color #FE0915: hue angle of 357.06º 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 #FE0915 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.00 |
| HSL | 357.06º | 0.99% | 0.52% | - |
| HSV(B) | 357.06º | 0.96% | 1% | - |
| XYZ | 41.11 | 21.32 | 2.66 | - |
| YUV | 83.62 | 92.67 | 249.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 21 | 0 | 0.96 | 0.92 | 0.00 | 357.06 | 0.99 | 0.52 |
| Hex | FE | 9 | 15 | 0 | 60 | 5C | 0 | 165 | 63 | 34 |
| Octal | 376 | 11 | 25 | 0 | 140 | 134 | 0 | 545 | 143 | 64 |
| Binary | 11111110 | 1001 | 10101 | 0 | 1100000 | 1011100 | 0 | 101100101 | 1100011 | 110100 |
Color Harmonies of #FE0915
Complementary color
Monochromatic Colors of #FE0915
Black with #FE0915
Text Example
Text Example
White with #FE0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0915; }
p { color: rgb(254,9,21); }
H1.HeaderClassName
{
color: #FE0915;
}
.AnyTagClassName
{
color: #FE0915;
}
</style>
background-color css
<style>
a { background-color: #FE0915; }
a { background-color: rgb(254,9,21); }
div.DivClassName
{
background-color: #FE0915;
}
.BgClassName
{
background-color: #FE0915;
}
</style>
border-color css
<style>
span { border-color: #FE0915; }
span { border-color: rgb(254,9,21); }
td.TdClassName
{
border-color: #FE0915;
}
.TagClassName
{
border-color: #FE0915;
}
</style>