Shades of Torch Red #FC1722
Tints of Torch Red #FC1722
RGB
CMYK
RGB Variations
Color information
#FC1722 (or 0xFC1722) is known color: Torch Red. HEX triplet: FC, 17 and 22. RGB value is (252,23,34). Sum of RGB (Red+Green+Blue) = 252+23+34=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1722 is #03E8DD. Grayscale: #5C5C5C. Windows color (decimal): -256222 or 2234364. OLE color: 2234364.
HSL color Cylindrical-coordinate representation of color #FC1722: hue angle of 357.12º 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 #FC1722 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 34 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.01 |
| HSL | 357.12º | 0.97% | 0.54% | - |
| HSV(B) | 357.12º | 0.91% | 0.99% | - |
| XYZ | 40.74 | 21.42 | 3.5 | - |
| YUV | 92.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 34 | 0 | 0.91 | 0.87 | 0.01 | 357.12 | 0.97 | 0.54 |
| Hex | FC | 17 | 22 | 0 | 5B | 57 | 1 | 165 | 61 | 36 |
| Octal | 374 | 27 | 42 | 0 | 133 | 127 | 1 | 545 | 141 | 66 |
| Binary | 11111100 | 10111 | 100010 | 0 | 1011011 | 1010111 | 1 | 101100101 | 1100001 | 110110 |
Color Harmonies of #FC1722
Complementary color
Monochromatic Colors of #FC1722
Black with #FC1722
Text Example
Text Example
White with #FC1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1722; }
p { color: rgb(252,23,34); }
H1.HeaderClassName
{
color: #FC1722;
}
.AnyTagClassName
{
color: #FC1722;
}
</style>
background-color css
<style>
a { background-color: #FC1722; }
a { background-color: rgb(252,23,34); }
div.DivClassName
{
background-color: #FC1722;
}
.BgClassName
{
background-color: #FC1722;
}
</style>
border-color css
<style>
span { border-color: #FC1722; }
span { border-color: rgb(252,23,34); }
td.TdClassName
{
border-color: #FC1722;
}
.TagClassName
{
border-color: #FC1722;
}
</style>