Shades of Torch Red #FE1739
Tints of Torch Red #FE1739
RGB
CMYK
RGB Variations
Color information
#FE1739 (or 0xFE1739) is known color: Torch Red. HEX triplet: FE, 17 and 39. RGB value is (254,23,57). Sum of RGB (Red+Green+Blue) = 254+23+57=334 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.05% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1739 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1739 is #01E8C6. Grayscale: #606060. Windows color (decimal): -125127 or 3741694. OLE color: 3741694.
HSL color Cylindrical-coordinate representation of color #FE1739: hue angle of 351.17º 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 #FE1739 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 57 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.00 |
| HSL | 351.17º | 0.99% | 0.54% | - |
| HSV(B) | 351.17º | 0.91% | 1% | - |
| XYZ | 41.92 | 21.98 | 5.9 | - |
| YUV | 95.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 57 | 0 | 0.91 | 0.78 | 0.00 | 351.17 | 0.99 | 0.54 |
| Hex | FE | 17 | 39 | 0 | 5B | 4E | 0 | 15F | 63 | 36 |
| Octal | 376 | 27 | 71 | 0 | 133 | 116 | 0 | 537 | 143 | 66 |
| Binary | 11111110 | 10111 | 111001 | 0 | 1011011 | 1001110 | 0 | 101011111 | 1100011 | 110110 |
Color Harmonies of #FE1739
Complementary color
Monochromatic Colors of #FE1739
Black with #FE1739
Text Example
Text Example
White with #FE1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1739; }
p { color: rgb(254,23,57); }
H1.HeaderClassName
{
color: #FE1739;
}
.AnyTagClassName
{
color: #FE1739;
}
</style>
background-color css
<style>
a { background-color: #FE1739; }
a { background-color: rgb(254,23,57); }
div.DivClassName
{
background-color: #FE1739;
}
.BgClassName
{
background-color: #FE1739;
}
</style>
border-color css
<style>
span { border-color: #FE1739; }
span { border-color: rgb(254,23,57); }
td.TdClassName
{
border-color: #FE1739;
}
.TagClassName
{
border-color: #FE1739;
}
</style>