Shades of Torch Red #FE1750
Tints of Torch Red #FE1750
RGB
CMYK
RGB Variations
Color information
#FE1750 (or 0xFE1750) is known color: Torch Red. HEX triplet: FE, 17 and 50. RGB value is (254,23,80). Sum of RGB (Red+Green+Blue) = 254+23+80=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1750 is #01E8AF. Grayscale: #626262. Windows color (decimal): -125104 or 5249022. OLE color: 5249022.
HSL color Cylindrical-coordinate representation of color #FE1750: hue angle of 345.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1750 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 80 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.00 |
| HSL | 345.19º | 0.99% | 0.54% | - |
| HSV(B) | 345.19º | 0.91% | 1% | - |
| XYZ | 42.63 | 22.26 | 9.64 | - |
| YUV | 98.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 80 | 0 | 0.91 | 0.69 | 0.00 | 345.19 | 0.99 | 0.54 |
| Hex | FE | 17 | 50 | 0 | 5B | 45 | 0 | 159 | 63 | 36 |
| Octal | 376 | 27 | 120 | 0 | 133 | 105 | 0 | 531 | 143 | 66 |
| Binary | 11111110 | 10111 | 1010000 | 0 | 1011011 | 1000101 | 0 | 101011001 | 1100011 | 110110 |
Color Harmonies of #FE1750
Complementary color
Monochromatic Colors of #FE1750
Black with #FE1750
Text Example
Text Example
White with #FE1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1750; }
p { color: rgb(254,23,80); }
H1.HeaderClassName
{
color: #FE1750;
}
.AnyTagClassName
{
color: #FE1750;
}
</style>
background-color css
<style>
a { background-color: #FE1750; }
a { background-color: rgb(254,23,80); }
div.DivClassName
{
background-color: #FE1750;
}
.BgClassName
{
background-color: #FE1750;
}
</style>
border-color css
<style>
span { border-color: #FE1750; }
span { border-color: rgb(254,23,80); }
td.TdClassName
{
border-color: #FE1750;
}
.TagClassName
{
border-color: #FE1750;
}
</style>