Shades of Torch Red #FE1944
Tints of Torch Red #FE1944
RGB
CMYK
RGB Variations
Color information
#FE1944 (or 0xFE1944) is known color: Torch Red. HEX triplet: FE, 19 and 44. RGB value is (254,25,68). Sum of RGB (Red+Green+Blue) = 254+25+68=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1944 is #01E6BB. Grayscale: #626262. Windows color (decimal): -124604 or 4463102. OLE color: 4463102.
HSL color Cylindrical-coordinate representation of color #FE1944: hue angle of 348.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1944 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 68 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.00 |
| HSL | 348.73º | 0.99% | 0.55% | - |
| HSV(B) | 348.73º | 0.9% | 1% | - |
| XYZ | 42.26 | 22.18 | 7.52 | - |
| YUV | 98.37 | 110.87 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 68 | 0 | 0.90 | 0.73 | 0.00 | 348.73 | 0.99 | 0.55 |
| Hex | FE | 19 | 44 | 0 | 5A | 49 | 0 | 15D | 63 | 37 |
| Octal | 376 | 31 | 104 | 0 | 132 | 111 | 0 | 535 | 143 | 67 |
| Binary | 11111110 | 11001 | 1000100 | 0 | 1011010 | 1001001 | 0 | 101011101 | 1100011 | 110111 |
Color Harmonies of #FE1944
Complementary color
Monochromatic Colors of #FE1944
Black with #FE1944
Text Example
Text Example
White with #FE1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1944; }
p { color: rgb(254,25,68); }
H1.HeaderClassName
{
color: #FE1944;
}
.AnyTagClassName
{
color: #FE1944;
}
</style>
background-color css
<style>
a { background-color: #FE1944; }
a { background-color: rgb(254,25,68); }
div.DivClassName
{
background-color: #FE1944;
}
.BgClassName
{
background-color: #FE1944;
}
</style>
border-color css
<style>
span { border-color: #FE1944; }
span { border-color: rgb(254,25,68); }
td.TdClassName
{
border-color: #FE1944;
}
.TagClassName
{
border-color: #FE1944;
}
</style>