Shades of Torch Red #FE2036
Tints of Torch Red #FE2036
RGB
CMYK
RGB Variations
Color information
#FE2036 (or 0xFE2036) is known color: Torch Red. HEX triplet: FE, 20 and 36. RGB value is (254,32,54). Sum of RGB (Red+Green+Blue) = 254+32+54=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2036 is #01DFC9. Grayscale: #656565. Windows color (decimal): -122826 or 3547390. OLE color: 3547390.
HSL color Cylindrical-coordinate representation of color #FE2036: hue angle of 354.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2036 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 54 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.00 |
| HSL | 354.05º | 0.99% | 0.56% | - |
| HSV(B) | 354.05º | 0.87% | 1% | - |
| XYZ | 42.06 | 22.37 | 5.59 | - |
| YUV | 100.89 | 101.55 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 54 | 0 | 0.87 | 0.79 | 0.00 | 354.05 | 0.99 | 0.56 |
| Hex | FE | 20 | 36 | 0 | 57 | 4F | 0 | 162 | 63 | 38 |
| Octal | 376 | 40 | 66 | 0 | 127 | 117 | 0 | 542 | 143 | 70 |
| Binary | 11111110 | 100000 | 110110 | 0 | 1010111 | 1001111 | 0 | 101100010 | 1100011 | 111000 |
Color Harmonies of #FE2036
Complementary color
Monochromatic Colors of #FE2036
Black with #FE2036
Text Example
Text Example
White with #FE2036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2036; }
p { color: rgb(254,32,54); }
H1.HeaderClassName
{
color: #FE2036;
}
.AnyTagClassName
{
color: #FE2036;
}
</style>
background-color css
<style>
a { background-color: #FE2036; }
a { background-color: rgb(254,32,54); }
div.DivClassName
{
background-color: #FE2036;
}
.BgClassName
{
background-color: #FE2036;
}
</style>
border-color css
<style>
span { border-color: #FE2036; }
span { border-color: rgb(254,32,54); }
td.TdClassName
{
border-color: #FE2036;
}
.TagClassName
{
border-color: #FE2036;
}
</style>