Shades of Torch Red #FE0409
Tints of Torch Red #FE0409
RGB
CMYK
RGB Variations
Color information
#FE0409 (or 0xFE0409) is known color: Torch Red. HEX triplet: FE, 04 and 09. RGB value is (254,4,9). Sum of RGB (Red+Green+Blue) = 254+4+9=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0409 is #01FBF6. Grayscale: #4F4F4F. Windows color (decimal): -130039 or 591102. OLE color: 591102.
HSL color Cylindrical-coordinate representation of color #FE0409: hue angle of 358.8º 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 #FE0409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.00 |
| HSL | 358.8º | 0.99% | 0.51% | - |
| HSV(B) | 358.8º | 0.98% | 1% | - |
| XYZ | 40.97 | 21.18 | 2.19 | - |
| YUV | 79.32 | 88.33 | 252.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 9 | 0 | 0.98 | 0.96 | 0.00 | 358.8 | 0.99 | 0.51 |
| Hex | FE | 4 | 9 | 0 | 62 | 60 | 0 | 167 | 63 | 33 |
| Octal | 376 | 4 | 11 | 0 | 142 | 140 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 100 | 1001 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE0409
Complementary color
Monochromatic Colors of #FE0409
Black with #FE0409
Text Example
Text Example
White with #FE0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0409; }
p { color: rgb(254,4,9); }
H1.HeaderClassName
{
color: #FE0409;
}
.AnyTagClassName
{
color: #FE0409;
}
</style>
background-color css
<style>
a { background-color: #FE0409; }
a { background-color: rgb(254,4,9); }
div.DivClassName
{
background-color: #FE0409;
}
.BgClassName
{
background-color: #FE0409;
}
</style>
border-color css
<style>
span { border-color: #FE0409; }
span { border-color: rgb(254,4,9); }
td.TdClassName
{
border-color: #FE0409;
}
.TagClassName
{
border-color: #FE0409;
}
</style>