Shades of Torch Red #FE043B
Tints of Torch Red #FE043B
RGB
CMYK
RGB Variations
Color information
#FE043B (or 0xFE043B) is known color: Torch Red. HEX triplet: FE, 04 and 3B. RGB value is (254,4,59). Sum of RGB (Red+Green+Blue) = 254+4+59=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE043B is #01FBC4. Grayscale: #555555. Windows color (decimal): -129989 or 3867902. OLE color: 3867902.
HSL color Cylindrical-coordinate representation of color #FE043B: hue angle of 346.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 #FE043B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.00 |
| HSL | 346.8º | 0.99% | 0.51% | - |
| HSV(B) | 346.8º | 0.98% | 1% | - |
| XYZ | 41.71 | 21.47 | 6.08 | - |
| YUV | 85.02 | 113.33 | 248.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 59 | 0 | 0.98 | 0.77 | 0.00 | 346.8 | 0.99 | 0.51 |
| Hex | FE | 4 | 3B | 0 | 62 | 4D | 0 | 15B | 63 | 33 |
| Octal | 376 | 4 | 73 | 0 | 142 | 115 | 0 | 533 | 143 | 63 |
| Binary | 11111110 | 100 | 111011 | 0 | 1100010 | 1001101 | 0 | 101011011 | 1100011 | 110011 |
Color Harmonies of #FE043B
Complementary color
Monochromatic Colors of #FE043B
Black with #FE043B
Text Example
Text Example
White with #FE043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE043B; }
p { color: rgb(254,4,59); }
H1.HeaderClassName
{
color: #FE043B;
}
.AnyTagClassName
{
color: #FE043B;
}
</style>
background-color css
<style>
a { background-color: #FE043B; }
a { background-color: rgb(254,4,59); }
div.DivClassName
{
background-color: #FE043B;
}
.BgClassName
{
background-color: #FE043B;
}
</style>
border-color css
<style>
span { border-color: #FE043B; }
span { border-color: rgb(254,4,59); }
td.TdClassName
{
border-color: #FE043B;
}
.TagClassName
{
border-color: #FE043B;
}
</style>