Shades of Torch Red #FE1744
Tints of Torch Red #FE1744
RGB
CMYK
RGB Variations
Color information
#FE1744 (or 0xFE1744) is known color: Torch Red. HEX triplet: FE, 17 and 44. RGB value is (254,23,68). Sum of RGB (Red+Green+Blue) = 254+23+68=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1744 is #01E8BB. Grayscale: #616161. Windows color (decimal): -125116 or 4462590. OLE color: 4462590.
HSL color Cylindrical-coordinate representation of color #FE1744: hue angle of 348.31º 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 #FE1744 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.00 |
| HSL | 348.31º | 0.99% | 0.54% | - |
| HSV(B) | 348.31º | 0.91% | 1% | - |
| XYZ | 42.22 | 22.1 | 7.51 | - |
| YUV | 97.2 | 111.53 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 68 | 0 | 0.91 | 0.73 | 0.00 | 348.31 | 0.99 | 0.54 |
| Hex | FE | 17 | 44 | 0 | 5B | 49 | 0 | 15C | 63 | 36 |
| Octal | 376 | 27 | 104 | 0 | 133 | 111 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10111 | 1000100 | 0 | 1011011 | 1001001 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1744
Complementary color
Monochromatic Colors of #FE1744
Black with #FE1744
Text Example
Text Example
White with #FE1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1744; }
p { color: rgb(254,23,68); }
H1.HeaderClassName
{
color: #FE1744;
}
.AnyTagClassName
{
color: #FE1744;
}
</style>
background-color css
<style>
a { background-color: #FE1744; }
a { background-color: rgb(254,23,68); }
div.DivClassName
{
background-color: #FE1744;
}
.BgClassName
{
background-color: #FE1744;
}
</style>
border-color css
<style>
span { border-color: #FE1744; }
span { border-color: rgb(254,23,68); }
td.TdClassName
{
border-color: #FE1744;
}
.TagClassName
{
border-color: #FE1744;
}
</style>