Shades of Torch Red #FE040B
Tints of Torch Red #FE040B
RGB
CMYK
RGB Variations
Color information
#FE040B (or 0xFE040B) is known color: Torch Red. HEX triplet: FE, 04 and 0B. RGB value is (254,4,11). Sum of RGB (Red+Green+Blue) = 254+4+11=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE040B is #01FBF4. Grayscale: #4F4F4F. Windows color (decimal): -130037 or 722174. OLE color: 722174.
HSL color Cylindrical-coordinate representation of color #FE040B: hue angle of 358.32º 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 #FE040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.00 |
| HSL | 358.32º | 0.99% | 0.51% | - |
| HSV(B) | 358.32º | 0.98% | 1% | - |
| XYZ | 40.98 | 21.18 | 2.25 | - |
| YUV | 79.55 | 89.33 | 252.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 11 | 0 | 0.98 | 0.96 | 0.00 | 358.32 | 0.99 | 0.51 |
| Hex | FE | 4 | B | 0 | 62 | 60 | 0 | 166 | 63 | 33 |
| Octal | 376 | 4 | 13 | 0 | 142 | 140 | 0 | 546 | 143 | 63 |
| Binary | 11111110 | 100 | 1011 | 0 | 1100010 | 1100000 | 0 | 101100110 | 1100011 | 110011 |
Color Harmonies of #FE040B
Complementary color
Monochromatic Colors of #FE040B
Black with #FE040B
Text Example
Text Example
White with #FE040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE040B; }
p { color: rgb(254,4,11); }
H1.HeaderClassName
{
color: #FE040B;
}
.AnyTagClassName
{
color: #FE040B;
}
</style>
background-color css
<style>
a { background-color: #FE040B; }
a { background-color: rgb(254,4,11); }
div.DivClassName
{
background-color: #FE040B;
}
.BgClassName
{
background-color: #FE040B;
}
</style>
border-color css
<style>
span { border-color: #FE040B; }
span { border-color: rgb(254,4,11); }
td.TdClassName
{
border-color: #FE040B;
}
.TagClassName
{
border-color: #FE040B;
}
</style>