Shades of Torch Red #FE013D
Tints of Torch Red #FE013D
RGB
CMYK
RGB Variations
Color information
#FE013D (or 0xFE013D) is known color: Torch Red. HEX triplet: FE, 01 and 3D. RGB value is (254,1,61). Sum of RGB (Red+Green+Blue) = 254+1+61=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE013D is #01FEC2. Grayscale: #535353. Windows color (decimal): -130755 or 3998206. OLE color: 3998206.
HSL color Cylindrical-coordinate representation of color #FE013D: hue angle of 345.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE013D is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.00 |
| HSL | 345.77º | 0.99% | 0.5% | - |
| HSV(B) | 345.77º | 1% | 1% | - |
| XYZ | 41.73 | 21.43 | 6.35 | - |
| YUV | 83.49 | 115.32 | 249.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 61 | 0 | 1.00 | 0.76 | 0.00 | 345.77 | 0.99 | 0.5 |
| Hex | FE | 1 | 3D | 0 | 64 | 4C | 0 | 15A | 63 | 32 |
| Octal | 376 | 1 | 75 | 0 | 144 | 114 | 0 | 532 | 143 | 62 |
| Binary | 11111110 | 1 | 111101 | 0 | 1100100 | 1001100 | 0 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FE013D
Complementary color
Monochromatic Colors of #FE013D
Black with #FE013D
Text Example
Text Example
White with #FE013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE013D; }
p { color: rgb(254,1,61); }
H1.HeaderClassName
{
color: #FE013D;
}
.AnyTagClassName
{
color: #FE013D;
}
</style>
background-color css
<style>
a { background-color: #FE013D; }
a { background-color: rgb(254,1,61); }
div.DivClassName
{
background-color: #FE013D;
}
.BgClassName
{
background-color: #FE013D;
}
</style>
border-color css
<style>
span { border-color: #FE013D; }
span { border-color: rgb(254,1,61); }
td.TdClassName
{
border-color: #FE013D;
}
.TagClassName
{
border-color: #FE013D;
}
</style>