Shades of Torch Red #FE0509
Tints of Torch Red #FE0509
RGB
CMYK
RGB Variations
Color information
#FE0509 (or 0xFE0509) is known color: Torch Red. HEX triplet: FE, 05 and 09. RGB value is (254,5,9). Sum of RGB (Red+Green+Blue) = 254+5+9=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0509 is #01FAF6. Grayscale: #505050. Windows color (decimal): -129783 or 591358. OLE color: 591358.
HSL color Cylindrical-coordinate representation of color #FE0509: hue angle of 359.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.00 |
| HSL | 359.04º | 0.99% | 0.51% | - |
| HSV(B) | 359.04º | 0.98% | 1% | - |
| XYZ | 40.98 | 21.2 | 2.19 | - |
| YUV | 79.91 | 87.99 | 252.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 9 | 0 | 0.98 | 0.96 | 0.00 | 359.04 | 0.99 | 0.51 |
| Hex | FE | 5 | 9 | 0 | 62 | 60 | 0 | 167 | 63 | 33 |
| Octal | 376 | 5 | 11 | 0 | 142 | 140 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 101 | 1001 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE0509
Complementary color
Monochromatic Colors of #FE0509
Black with #FE0509
Text Example
Text Example
White with #FE0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0509; }
p { color: rgb(254,5,9); }
H1.HeaderClassName
{
color: #FE0509;
}
.AnyTagClassName
{
color: #FE0509;
}
</style>
background-color css
<style>
a { background-color: #FE0509; }
a { background-color: rgb(254,5,9); }
div.DivClassName
{
background-color: #FE0509;
}
.BgClassName
{
background-color: #FE0509;
}
</style>
border-color css
<style>
span { border-color: #FE0509; }
span { border-color: rgb(254,5,9); }
td.TdClassName
{
border-color: #FE0509;
}
.TagClassName
{
border-color: #FE0509;
}
</style>