Shades of Torch Red #FC1C23
Tints of Torch Red #FC1C23
RGB
CMYK
RGB Variations
Color information
#FC1C23 (or 0xFC1C23) is known color: Torch Red. HEX triplet: FC, 1C and 23. RGB value is (252,28,35). Sum of RGB (Red+Green+Blue) = 252+28+35=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C23 is #03E3DC. Grayscale: #5F5F5F. Windows color (decimal): -254941 or 2301180. OLE color: 2301180.
HSL color Cylindrical-coordinate representation of color #FC1C23: hue angle of 358.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.01 |
| HSL | 358.13º | 0.97% | 0.55% | - |
| HSV(B) | 358.13º | 0.89% | 0.99% | - |
| XYZ | 40.86 | 21.65 | 3.61 | - |
| YUV | 95.77 | 93.71 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 35 | 0 | 0.89 | 0.86 | 0.01 | 358.13 | 0.97 | 0.55 |
| Hex | FC | 1C | 23 | 0 | 59 | 56 | 1 | 166 | 61 | 37 |
| Octal | 374 | 34 | 43 | 0 | 131 | 126 | 1 | 546 | 141 | 67 |
| Binary | 11111100 | 11100 | 100011 | 0 | 1011001 | 1010110 | 1 | 101100110 | 1100001 | 110111 |
Color Harmonies of #FC1C23
Complementary color
Monochromatic Colors of #FC1C23
Black with #FC1C23
Text Example
Text Example
White with #FC1C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C23; }
p { color: rgb(252,28,35); }
H1.HeaderClassName
{
color: #FC1C23;
}
.AnyTagClassName
{
color: #FC1C23;
}
</style>
background-color css
<style>
a { background-color: #FC1C23; }
a { background-color: rgb(252,28,35); }
div.DivClassName
{
background-color: #FC1C23;
}
.BgClassName
{
background-color: #FC1C23;
}
</style>
border-color css
<style>
span { border-color: #FC1C23; }
span { border-color: rgb(252,28,35); }
td.TdClassName
{
border-color: #FC1C23;
}
.TagClassName
{
border-color: #FC1C23;
}
</style>