Shades of Torch Red #FE1945
Tints of Torch Red #FE1945
RGB
CMYK
RGB Variations
Color information
#FE1945 (or 0xFE1945) is known color: Torch Red. HEX triplet: FE, 19 and 45. RGB value is (254,25,69). Sum of RGB (Red+Green+Blue) = 254+25+69=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1945 is #01E6BA. Grayscale: #626262. Windows color (decimal): -124603 or 4528638. OLE color: 4528638.
HSL color Cylindrical-coordinate representation of color #FE1945: hue angle of 348.47º 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 #FE1945 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 69 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.00 |
| HSL | 348.47º | 0.99% | 0.55% | - |
| HSV(B) | 348.47º | 0.9% | 1% | - |
| XYZ | 42.29 | 22.2 | 7.69 | - |
| YUV | 98.49 | 111.37 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 69 | 0 | 0.90 | 0.73 | 0.00 | 348.47 | 0.99 | 0.55 |
| Hex | FE | 19 | 45 | 0 | 5A | 49 | 0 | 15C | 63 | 37 |
| Octal | 376 | 31 | 105 | 0 | 132 | 111 | 0 | 534 | 143 | 67 |
| Binary | 11111110 | 11001 | 1000101 | 0 | 1011010 | 1001001 | 0 | 101011100 | 1100011 | 110111 |
Color Harmonies of #FE1945
Complementary color
Monochromatic Colors of #FE1945
Black with #FE1945
Text Example
Text Example
White with #FE1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1945; }
p { color: rgb(254,25,69); }
H1.HeaderClassName
{
color: #FE1945;
}
.AnyTagClassName
{
color: #FE1945;
}
</style>
background-color css
<style>
a { background-color: #FE1945; }
a { background-color: rgb(254,25,69); }
div.DivClassName
{
background-color: #FE1945;
}
.BgClassName
{
background-color: #FE1945;
}
</style>
border-color css
<style>
span { border-color: #FE1945; }
span { border-color: rgb(254,25,69); }
td.TdClassName
{
border-color: #FE1945;
}
.TagClassName
{
border-color: #FE1945;
}
</style>