Shades of Torch Red #FF172D
Tints of Torch Red #FF172D
RGB
CMYK
RGB Variations
Color information
#FF172D (or 0xFF172D) is known color: Torch Red. HEX triplet: FF, 17 and 2D. RGB value is (255,23,45). Sum of RGB (Red+Green+Blue) = 255+23+45=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF172D is #00E8D2. Grayscale: #5F5F5F. Windows color (decimal): -59603 or 2955263. OLE color: 2955263.
HSL color Cylindrical-coordinate representation of color #FF172D: hue angle of 354.31º 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 #FF172D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0 |
| HSL | 354.31º | 1% | 0.55% | - |
| HSV(B) | 354.31º | 0.91% | 1% | - |
| XYZ | 42.02 | 22.06 | 4.53 | - |
| YUV | 94.88 | 99.86 | 242.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 45 | 0 | 0.91 | 0.82 | 0 | 354.31 | 1 | 0.55 |
| Hex | FF | 17 | 2D | 0 | 5B | 52 | 0 | 162 | 64 | 37 |
| Octal | 377 | 27 | 55 | 0 | 133 | 122 | 0 | 542 | 144 | 67 |
| Binary | 11111111 | 10111 | 101101 | 0 | 1011011 | 1010010 | 0 | 101100010 | 1100100 | 110111 |
Color Harmonies of #FF172D
Complementary color
Monochromatic Colors of #FF172D
Black with #FF172D
Text Example
Text Example
White with #FF172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF172D; }
p { color: rgb(255,23,45); }
H1.HeaderClassName
{
color: #FF172D;
}
.AnyTagClassName
{
color: #FF172D;
}
</style>
background-color css
<style>
a { background-color: #FF172D; }
a { background-color: rgb(255,23,45); }
div.DivClassName
{
background-color: #FF172D;
}
.BgClassName
{
background-color: #FF172D;
}
</style>
border-color css
<style>
span { border-color: #FF172D; }
span { border-color: rgb(255,23,45); }
td.TdClassName
{
border-color: #FF172D;
}
.TagClassName
{
border-color: #FF172D;
}
</style>