Shades of Torch Red #FF172C
Tints of Torch Red #FF172C
RGB
CMYK
RGB Variations
Color information
#FF172C (or 0xFF172C) is known color: Torch Red. HEX triplet: FF, 17 and 2C. RGB value is (255,23,44). Sum of RGB (Red+Green+Blue) = 255+23+44=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF172C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF172C is #00E8D3. Grayscale: #5E5E5E. Windows color (decimal): -59604 or 2889727. OLE color: 2889727.
HSL color Cylindrical-coordinate representation of color #FF172C: hue angle of 354.57º 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 #FF172C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0 |
| HSL | 354.57º | 1% | 0.55% | - |
| HSV(B) | 354.57º | 0.91% | 1% | - |
| XYZ | 42 | 22.05 | 4.43 | - |
| YUV | 94.76 | 99.36 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 44 | 0 | 0.91 | 0.83 | 0 | 354.57 | 1 | 0.55 |
| Hex | FF | 17 | 2C | 0 | 5B | 53 | 0 | 163 | 64 | 37 |
| Octal | 377 | 27 | 54 | 0 | 133 | 123 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 10111 | 101100 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF172C
Complementary color
Monochromatic Colors of #FF172C
Black with #FF172C
Text Example
Text Example
White with #FF172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF172C; }
p { color: rgb(255,23,44); }
H1.HeaderClassName
{
color: #FF172C;
}
.AnyTagClassName
{
color: #FF172C;
}
</style>
background-color css
<style>
a { background-color: #FF172C; }
a { background-color: rgb(255,23,44); }
div.DivClassName
{
background-color: #FF172C;
}
.BgClassName
{
background-color: #FF172C;
}
</style>
border-color css
<style>
span { border-color: #FF172C; }
span { border-color: rgb(255,23,44); }
td.TdClassName
{
border-color: #FF172C;
}
.TagClassName
{
border-color: #FF172C;
}
</style>