Shades of Torch Red #FC172A
Tints of Torch Red #FC172A
RGB
CMYK
RGB Variations
Color information
#FC172A (or 0xFC172A) is known color: Torch Red. HEX triplet: FC, 17 and 2A. RGB value is (252,23,42). Sum of RGB (Red+Green+Blue) = 252+23+42=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC172A is #03E8D5. Grayscale: #5D5D5D. Windows color (decimal): -256214 or 2758652. OLE color: 2758652.
HSL color Cylindrical-coordinate representation of color #FC172A: hue angle of 355.02º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC172A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.01 |
| HSL | 355.02º | 0.97% | 0.54% | - |
| HSV(B) | 355.02º | 0.91% | 0.99% | - |
| XYZ | 40.87 | 21.48 | 4.18 | - |
| YUV | 93.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 42 | 0 | 0.91 | 0.83 | 0.01 | 355.02 | 0.97 | 0.54 |
| Hex | FC | 17 | 2A | 0 | 5B | 53 | 1 | 163 | 61 | 36 |
| Octal | 374 | 27 | 52 | 0 | 133 | 123 | 1 | 543 | 141 | 66 |
| Binary | 11111100 | 10111 | 101010 | 0 | 1011011 | 1010011 | 1 | 101100011 | 1100001 | 110110 |
Color Harmonies of #FC172A
Complementary color
Monochromatic Colors of #FC172A
Black with #FC172A
Text Example
Text Example
White with #FC172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC172A; }
p { color: rgb(252,23,42); }
H1.HeaderClassName
{
color: #FC172A;
}
.AnyTagClassName
{
color: #FC172A;
}
</style>
background-color css
<style>
a { background-color: #FC172A; }
a { background-color: rgb(252,23,42); }
div.DivClassName
{
background-color: #FC172A;
}
.BgClassName
{
background-color: #FC172A;
}
</style>
border-color css
<style>
span { border-color: #FC172A; }
span { border-color: rgb(252,23,42); }
td.TdClassName
{
border-color: #FC172A;
}
.TagClassName
{
border-color: #FC172A;
}
</style>