Shades of Torch Red #FE041B
Tints of Torch Red #FE041B
RGB
CMYK
RGB Variations
Color information
#FE041B (or 0xFE041B) is known color: Torch Red. HEX triplet: FE, 04 and 1B. RGB value is (254,4,27). Sum of RGB (Red+Green+Blue) = 254+4+27=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE041B is #01FBE4. Grayscale: #515151. Windows color (decimal): -130021 or 1770750. OLE color: 1770750.
HSL color Cylindrical-coordinate representation of color #FE041B: hue angle of 354.48º 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 #FE041B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.00 |
| HSL | 354.48º | 0.99% | 0.51% | - |
| HSV(B) | 354.48º | 0.98% | 1% | - |
| XYZ | 41.11 | 21.24 | 2.97 | - |
| YUV | 81.37 | 97.33 | 251.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 27 | 0 | 0.98 | 0.89 | 0.00 | 354.48 | 0.99 | 0.51 |
| Hex | FE | 4 | 1B | 0 | 62 | 59 | 0 | 162 | 63 | 33 |
| Octal | 376 | 4 | 33 | 0 | 142 | 131 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 100 | 11011 | 0 | 1100010 | 1011001 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE041B
Complementary color
Monochromatic Colors of #FE041B
Black with #FE041B
Text Example
Text Example
White with #FE041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE041B; }
p { color: rgb(254,4,27); }
H1.HeaderClassName
{
color: #FE041B;
}
.AnyTagClassName
{
color: #FE041B;
}
</style>
background-color css
<style>
a { background-color: #FE041B; }
a { background-color: rgb(254,4,27); }
div.DivClassName
{
background-color: #FE041B;
}
.BgClassName
{
background-color: #FE041B;
}
</style>
border-color css
<style>
span { border-color: #FE041B; }
span { border-color: rgb(254,4,27); }
td.TdClassName
{
border-color: #FE041B;
}
.TagClassName
{
border-color: #FE041B;
}
</style>