Shades of Torch Red #FE1444
Tints of Torch Red #FE1444
RGB
CMYK
RGB Variations
Color information
#FE1444 (or 0xFE1444) is known color: Torch Red. HEX triplet: FE, 14 and 44. RGB value is (254,20,68). Sum of RGB (Red+Green+Blue) = 254+20+68=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1444 is #01EBBB. Grayscale: #5F5F5F. Windows color (decimal): -125884 or 4461822. OLE color: 4461822.
HSL color Cylindrical-coordinate representation of color #FE1444: hue angle of 347.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1444 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 68 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.00 |
| HSL | 347.69º | 0.99% | 0.54% | - |
| HSV(B) | 347.69º | 0.92% | 1% | - |
| XYZ | 42.17 | 21.99 | 7.49 | - |
| YUV | 95.44 | 112.52 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 68 | 0 | 0.92 | 0.73 | 0.00 | 347.69 | 0.99 | 0.54 |
| Hex | FE | 14 | 44 | 0 | 5C | 49 | 0 | 15C | 63 | 36 |
| Octal | 376 | 24 | 104 | 0 | 134 | 111 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10100 | 1000100 | 0 | 1011100 | 1001001 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1444
Complementary color
Monochromatic Colors of #FE1444
Black with #FE1444
Text Example
Text Example
White with #FE1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1444; }
p { color: rgb(254,20,68); }
H1.HeaderClassName
{
color: #FE1444;
}
.AnyTagClassName
{
color: #FE1444;
}
</style>
background-color css
<style>
a { background-color: #FE1444; }
a { background-color: rgb(254,20,68); }
div.DivClassName
{
background-color: #FE1444;
}
.BgClassName
{
background-color: #FE1444;
}
</style>
border-color css
<style>
span { border-color: #FE1444; }
span { border-color: rgb(254,20,68); }
td.TdClassName
{
border-color: #FE1444;
}
.TagClassName
{
border-color: #FE1444;
}
</style>