Shades of Torch Red #FC1D22
Tints of Torch Red #FC1D22
RGB
CMYK
RGB Variations
Color information
#FC1D22 (or 0xFC1D22) is known color: Torch Red. HEX triplet: FC, 1D and 22. RGB value is (252,29,34). Sum of RGB (Red+Green+Blue) = 252+29+34=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D22 is #03E2DD. Grayscale: #606060. Windows color (decimal): -254686 or 2235900. OLE color: 2235900.
HSL color Cylindrical-coordinate representation of color #FC1D22: hue angle of 358.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D22 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 34 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.01 |
| HSL | 358.65º | 0.97% | 0.55% | - |
| HSV(B) | 358.65º | 0.88% | 0.99% | - |
| XYZ | 40.87 | 21.69 | 3.55 | - |
| YUV | 96.25 | 92.88 | 239.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 34 | 0 | 0.88 | 0.87 | 0.01 | 358.65 | 0.97 | 0.55 |
| Hex | FC | 1D | 22 | 0 | 58 | 57 | 1 | 167 | 61 | 37 |
| Octal | 374 | 35 | 42 | 0 | 130 | 127 | 1 | 547 | 141 | 67 |
| Binary | 11111100 | 11101 | 100010 | 0 | 1011000 | 1010111 | 1 | 101100111 | 1100001 | 110111 |
Color Harmonies of #FC1D22
Complementary color
Monochromatic Colors of #FC1D22
Black with #FC1D22
Text Example
Text Example
White with #FC1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D22; }
p { color: rgb(252,29,34); }
H1.HeaderClassName
{
color: #FC1D22;
}
.AnyTagClassName
{
color: #FC1D22;
}
</style>
background-color css
<style>
a { background-color: #FC1D22; }
a { background-color: rgb(252,29,34); }
div.DivClassName
{
background-color: #FC1D22;
}
.BgClassName
{
background-color: #FC1D22;
}
</style>
border-color css
<style>
span { border-color: #FC1D22; }
span { border-color: rgb(252,29,34); }
td.TdClassName
{
border-color: #FC1D22;
}
.TagClassName
{
border-color: #FC1D22;
}
</style>