Shades of Torch Red #FF1750
Tints of Torch Red #FF1750
RGB
CMYK
RGB Variations
Color information
#FF1750 (or 0xFF1750) is known color: Torch Red. HEX triplet: FF, 17 and 50. RGB value is (255,23,80). Sum of RGB (Red+Green+Blue) = 255+23+80=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1750 is #00E8AF. Grayscale: #626262. Windows color (decimal): -59568 or 5249023. OLE color: 5249023.
HSL color Cylindrical-coordinate representation of color #FF1750: hue angle of 345.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1750 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 80 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.26º | 1% | 0.55% | - |
| HSV(B) | 345.26º | 0.91% | 1% | - |
| XYZ | 42.99 | 22.45 | 9.66 | - |
| YUV | 98.87 | 117.36 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 80 | 0 | 0.91 | 0.69 | 0 | 345.26 | 1 | 0.55 |
| Hex | FF | 17 | 50 | 0 | 5B | 45 | 0 | 159 | 64 | 37 |
| Octal | 377 | 27 | 120 | 0 | 133 | 105 | 0 | 531 | 144 | 67 |
| Binary | 11111111 | 10111 | 1010000 | 0 | 1011011 | 1000101 | 0 | 101011001 | 1100100 | 110111 |
Color Harmonies of #FF1750
Complementary color
Monochromatic Colors of #FF1750
Black with #FF1750
Text Example
Text Example
White with #FF1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1750; }
p { color: rgb(255,23,80); }
H1.HeaderClassName
{
color: #FF1750;
}
.AnyTagClassName
{
color: #FF1750;
}
</style>
background-color css
<style>
a { background-color: #FF1750; }
a { background-color: rgb(255,23,80); }
div.DivClassName
{
background-color: #FF1750;
}
.BgClassName
{
background-color: #FF1750;
}
</style>
border-color css
<style>
span { border-color: #FF1750; }
span { border-color: rgb(255,23,80); }
td.TdClassName
{
border-color: #FF1750;
}
.TagClassName
{
border-color: #FF1750;
}
</style>