Shades of Torch Red #FE1D45
Tints of Torch Red #FE1D45
RGB
CMYK
RGB Variations
Color information
#FE1D45 (or 0xFE1D45) is known color: Torch Red. HEX triplet: FE, 1D and 45. RGB value is (254,29,69). Sum of RGB (Red+Green+Blue) = 254+29+69=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D45 is #01E2BA. Grayscale: #646464. Windows color (decimal): -123579 or 4529662. OLE color: 4529662.
HSL color Cylindrical-coordinate representation of color #FE1D45: hue angle of 349.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1D45 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 69 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.00 |
| HSL | 349.33º | 0.99% | 0.55% | - |
| HSV(B) | 349.33º | 0.89% | 1% | - |
| XYZ | 42.39 | 22.38 | 7.72 | - |
| YUV | 100.84 | 110.04 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 69 | 0 | 0.89 | 0.73 | 0.00 | 349.33 | 0.99 | 0.55 |
| Hex | FE | 1D | 45 | 0 | 59 | 49 | 0 | 15D | 63 | 37 |
| Octal | 376 | 35 | 105 | 0 | 131 | 111 | 0 | 535 | 143 | 67 |
| Binary | 11111110 | 11101 | 1000101 | 0 | 1011001 | 1001001 | 0 | 101011101 | 1100011 | 110111 |
Color Harmonies of #FE1D45
Complementary color
Monochromatic Colors of #FE1D45
Black with #FE1D45
Text Example
Text Example
White with #FE1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D45; }
p { color: rgb(254,29,69); }
H1.HeaderClassName
{
color: #FE1D45;
}
.AnyTagClassName
{
color: #FE1D45;
}
</style>
background-color css
<style>
a { background-color: #FE1D45; }
a { background-color: rgb(254,29,69); }
div.DivClassName
{
background-color: #FE1D45;
}
.BgClassName
{
background-color: #FE1D45;
}
</style>
border-color css
<style>
span { border-color: #FE1D45; }
span { border-color: rgb(254,29,69); }
td.TdClassName
{
border-color: #FE1D45;
}
.TagClassName
{
border-color: #FE1D45;
}
</style>