Shades of Torch Red #FE040F
Tints of Torch Red #FE040F
RGB
CMYK
RGB Variations
Color information
#FE040F (or 0xFE040F) is known color: Torch Red. HEX triplet: FE, 04 and 0F. RGB value is (254,4,15). Sum of RGB (Red+Green+Blue) = 254+4+15=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040F is #01FBF0. Grayscale: #505050. Windows color (decimal): -130033 or 984318. OLE color: 984318.
HSL color Cylindrical-coordinate representation of color #FE040F: hue angle of 357.36º 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 #FE040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.00 |
| HSL | 357.36º | 0.99% | 0.51% | - |
| HSV(B) | 357.36º | 0.98% | 1% | - |
| XYZ | 41 | 21.19 | 2.38 | - |
| YUV | 80 | 91.33 | 252.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 15 | 0 | 0.98 | 0.94 | 0.00 | 357.36 | 0.99 | 0.51 |
| Hex | FE | 4 | F | 0 | 62 | 5E | 0 | 165 | 63 | 33 |
| Octal | 376 | 4 | 17 | 0 | 142 | 136 | 0 | 545 | 143 | 63 |
| Binary | 11111110 | 100 | 1111 | 0 | 1100010 | 1011110 | 0 | 101100101 | 1100011 | 110011 |
Color Harmonies of #FE040F
Complementary color
Monochromatic Colors of #FE040F
Black with #FE040F
Text Example
Text Example
White with #FE040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE040F; }
p { color: rgb(254,4,15); }
H1.HeaderClassName
{
color: #FE040F;
}
.AnyTagClassName
{
color: #FE040F;
}
</style>
background-color css
<style>
a { background-color: #FE040F; }
a { background-color: rgb(254,4,15); }
div.DivClassName
{
background-color: #FE040F;
}
.BgClassName
{
background-color: #FE040F;
}
</style>
border-color css
<style>
span { border-color: #FE040F; }
span { border-color: rgb(254,4,15); }
td.TdClassName
{
border-color: #FE040F;
}
.TagClassName
{
border-color: #FE040F;
}
</style>