Shades of Torch Red #FE1639
Tints of Torch Red #FE1639
RGB
CMYK
RGB Variations
Color information
#FE1639 (or 0xFE1639) is known color: Torch Red. HEX triplet: FE, 16 and 39. RGB value is (254,22,57). Sum of RGB (Red+Green+Blue) = 254+22+57=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1639 is #01E9C6. Grayscale: #5F5F5F. Windows color (decimal): -125383 or 3741438. OLE color: 3741438.
HSL color Cylindrical-coordinate representation of color #FE1639: hue angle of 350.95º 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 #FE1639 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 57 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.00 |
| HSL | 350.95º | 0.99% | 0.54% | - |
| HSV(B) | 350.95º | 0.91% | 1% | - |
| XYZ | 41.9 | 21.94 | 5.9 | - |
| YUV | 95.36 | 106.36 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 57 | 0 | 0.91 | 0.78 | 0.00 | 350.95 | 0.99 | 0.54 |
| Hex | FE | 16 | 39 | 0 | 5B | 4E | 0 | 15F | 63 | 36 |
| Octal | 376 | 26 | 71 | 0 | 133 | 116 | 0 | 537 | 143 | 66 |
| Binary | 11111110 | 10110 | 111001 | 0 | 1011011 | 1001110 | 0 | 101011111 | 1100011 | 110110 |
Color Harmonies of #FE1639
Complementary color
Monochromatic Colors of #FE1639
Black with #FE1639
Text Example
Text Example
White with #FE1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1639; }
p { color: rgb(254,22,57); }
H1.HeaderClassName
{
color: #FE1639;
}
.AnyTagClassName
{
color: #FE1639;
}
</style>
background-color css
<style>
a { background-color: #FE1639; }
a { background-color: rgb(254,22,57); }
div.DivClassName
{
background-color: #FE1639;
}
.BgClassName
{
background-color: #FE1639;
}
</style>
border-color css
<style>
span { border-color: #FE1639; }
span { border-color: rgb(254,22,57); }
td.TdClassName
{
border-color: #FE1639;
}
.TagClassName
{
border-color: #FE1639;
}
</style>