Shades of Torch Red #FE043D
Tints of Torch Red #FE043D
RGB
CMYK
RGB Variations
Color information
#FE043D (or 0xFE043D) is known color: Torch Red. HEX triplet: FE, 04 and 3D. RGB value is (254,4,61). Sum of RGB (Red+Green+Blue) = 254+4+61=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE043D is #01FBC2. Grayscale: #555555. Windows color (decimal): -129987 or 3998974. OLE color: 3998974.
HSL color Cylindrical-coordinate representation of color #FE043D: hue angle of 346.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 #FE043D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.00 |
| HSL | 346.32º | 0.99% | 0.51% | - |
| HSV(B) | 346.32º | 0.98% | 1% | - |
| XYZ | 41.76 | 21.49 | 6.36 | - |
| YUV | 85.25 | 114.33 | 248.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 61 | 0 | 0.98 | 0.76 | 0.00 | 346.32 | 0.99 | 0.51 |
| Hex | FE | 4 | 3D | 0 | 62 | 4C | 0 | 15A | 63 | 33 |
| Octal | 376 | 4 | 75 | 0 | 142 | 114 | 0 | 532 | 143 | 63 |
| Binary | 11111110 | 100 | 111101 | 0 | 1100010 | 1001100 | 0 | 101011010 | 1100011 | 110011 |
Color Harmonies of #FE043D
Complementary color
Monochromatic Colors of #FE043D
Black with #FE043D
Text Example
Text Example
White with #FE043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE043D; }
p { color: rgb(254,4,61); }
H1.HeaderClassName
{
color: #FE043D;
}
.AnyTagClassName
{
color: #FE043D;
}
</style>
background-color css
<style>
a { background-color: #FE043D; }
a { background-color: rgb(254,4,61); }
div.DivClassName
{
background-color: #FE043D;
}
.BgClassName
{
background-color: #FE043D;
}
</style>
border-color css
<style>
span { border-color: #FE043D; }
span { border-color: rgb(254,4,61); }
td.TdClassName
{
border-color: #FE043D;
}
.TagClassName
{
border-color: #FE043D;
}
</style>