Shades of Torch Red #FE0045
Tints of Torch Red #FE0045
RGB
CMYK
RGB Variations
Color information
#FE0045 (or 0xFE0045) is known color: Torch Red. HEX triplet: FE, 00 and 45. RGB value is (254,0,69). Sum of RGB (Red+Green+Blue) = 254+0+69=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0045 is #01FFBA. Grayscale: #535353. Windows color (decimal): -131003 or 4522238. OLE color: 4522238.
HSL color Cylindrical-coordinate representation of color #FE0045: hue angle of 343.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0045 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.73 | 0.00 |
| HSL | 343.7º | 1% | 0.5% | - |
| HSV(B) | 343.7º | 1% | 1% | - |
| XYZ | 41.95 | 21.5 | 7.57 | - |
| YUV | 83.81 | 119.65 | 249.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 69 | 0 | 1 | 0.73 | 0.00 | 343.7 | 1 | 0.5 |
| Hex | FE | 0 | 45 | 0 | 64 | 49 | 0 | 158 | 64 | 32 |
| Octal | 376 | 0 | 105 | 0 | 144 | 111 | 0 | 530 | 144 | 62 |
| Binary | 11111110 | 0 | 1000101 | 0 | 1100100 | 1001001 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FE0045
Complementary color
Monochromatic Colors of #FE0045
Black with #FE0045
Text Example
Text Example
White with #FE0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0045; }
p { color: rgb(254,0,69); }
H1.HeaderClassName
{
color: #FE0045;
}
.AnyTagClassName
{
color: #FE0045;
}
</style>
background-color css
<style>
a { background-color: #FE0045; }
a { background-color: rgb(254,0,69); }
div.DivClassName
{
background-color: #FE0045;
}
.BgClassName
{
background-color: #FE0045;
}
</style>
border-color css
<style>
span { border-color: #FE0045; }
span { border-color: rgb(254,0,69); }
td.TdClassName
{
border-color: #FE0045;
}
.TagClassName
{
border-color: #FE0045;
}
</style>