Shades of Torch Red #FE1636
Tints of Torch Red #FE1636
RGB
CMYK
RGB Variations
Color information
#FE1636 (or 0xFE1636) is known color: Torch Red. HEX triplet: FE, 16 and 36. RGB value is (254,22,54). Sum of RGB (Red+Green+Blue) = 254+22+54=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1636 is #01E9C9. Grayscale: #5F5F5F. Windows color (decimal): -125386 or 3544830. OLE color: 3544830.
HSL color Cylindrical-coordinate representation of color #FE1636: hue angle of 351.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1636 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 54 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.00 |
| HSL | 351.72º | 0.99% | 0.54% | - |
| HSV(B) | 351.72º | 0.91% | 1% | - |
| XYZ | 41.83 | 21.91 | 5.51 | - |
| YUV | 95.02 | 104.86 | 241.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 54 | 0 | 0.91 | 0.79 | 0.00 | 351.72 | 0.99 | 0.54 |
| Hex | FE | 16 | 36 | 0 | 5B | 4F | 0 | 160 | 63 | 36 |
| Octal | 376 | 26 | 66 | 0 | 133 | 117 | 0 | 540 | 143 | 66 |
| Binary | 11111110 | 10110 | 110110 | 0 | 1011011 | 1001111 | 0 | 101100000 | 1100011 | 110110 |
Color Harmonies of #FE1636
Complementary color
Monochromatic Colors of #FE1636
Black with #FE1636
Text Example
Text Example
White with #FE1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1636; }
p { color: rgb(254,22,54); }
H1.HeaderClassName
{
color: #FE1636;
}
.AnyTagClassName
{
color: #FE1636;
}
</style>
background-color css
<style>
a { background-color: #FE1636; }
a { background-color: rgb(254,22,54); }
div.DivClassName
{
background-color: #FE1636;
}
.BgClassName
{
background-color: #FE1636;
}
</style>
border-color css
<style>
span { border-color: #FE1636; }
span { border-color: rgb(254,22,54); }
td.TdClassName
{
border-color: #FE1636;
}
.TagClassName
{
border-color: #FE1636;
}
</style>