Shades of Torch Red #FE0745
Tints of Torch Red #FE0745
RGB
CMYK
RGB Variations
Color information
#FE0745 (or 0xFE0745) is known color: Torch Red. HEX triplet: FE, 07 and 45. RGB value is (254,7,69). Sum of RGB (Red+Green+Blue) = 254+7+69=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0745 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0745 is #01F8BA. Grayscale: #575757. Windows color (decimal): -129211 or 4524030. OLE color: 4524030.
HSL color Cylindrical-coordinate representation of color #FE0745: hue angle of 344.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0745 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 69 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.00 |
| HSL | 344.94º | 0.99% | 0.51% | - |
| HSV(B) | 344.94º | 0.97% | 1% | - |
| XYZ | 42.02 | 21.65 | 7.59 | - |
| YUV | 87.92 | 117.33 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 69 | 0 | 0.97 | 0.73 | 0.00 | 344.94 | 0.99 | 0.51 |
| Hex | FE | 7 | 45 | 0 | 61 | 49 | 0 | 159 | 63 | 33 |
| Octal | 376 | 7 | 105 | 0 | 141 | 111 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 111 | 1000101 | 0 | 1100001 | 1001001 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0745
Complementary color
Monochromatic Colors of #FE0745
Black with #FE0745
Text Example
Text Example
White with #FE0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0745; }
p { color: rgb(254,7,69); }
H1.HeaderClassName
{
color: #FE0745;
}
.AnyTagClassName
{
color: #FE0745;
}
</style>
background-color css
<style>
a { background-color: #FE0745; }
a { background-color: rgb(254,7,69); }
div.DivClassName
{
background-color: #FE0745;
}
.BgClassName
{
background-color: #FE0745;
}
</style>
border-color css
<style>
span { border-color: #FE0745; }
span { border-color: rgb(254,7,69); }
td.TdClassName
{
border-color: #FE0745;
}
.TagClassName
{
border-color: #FE0745;
}
</style>