Shades of Torch Red #FC263C
Tints of Torch Red #FC263C
RGB
CMYK
RGB Variations
Color information
#FC263C (or 0xFC263C) is known color: Torch Red. HEX triplet: FC, 26 and 3C. RGB value is (252,38,60). Sum of RGB (Red+Green+Blue) = 252+38+60=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263C is #03D9C3. Grayscale: #686868. Windows color (decimal): -252356 or 3942140. OLE color: 3942140.
HSL color Cylindrical-coordinate representation of color #FC263C: hue angle of 353.83º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC263C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.01 |
| HSL | 353.83º | 0.97% | 0.57% | - |
| HSV(B) | 353.83º | 0.85% | 0.99% | - |
| XYZ | 41.65 | 22.41 | 6.4 | - |
| YUV | 104.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 60 | 0 | 0.85 | 0.76 | 0.01 | 353.83 | 0.97 | 0.57 |
| Hex | FC | 26 | 3C | 0 | 55 | 4C | 1 | 162 | 61 | 39 |
| Octal | 374 | 46 | 74 | 0 | 125 | 114 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100110 | 111100 | 0 | 1010101 | 1001100 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC263C
Complementary color
Monochromatic Colors of #FC263C
Black with #FC263C
Text Example
Text Example
White with #FC263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC263C; }
p { color: rgb(252,38,60); }
H1.HeaderClassName
{
color: #FC263C;
}
.AnyTagClassName
{
color: #FC263C;
}
</style>
background-color css
<style>
a { background-color: #FC263C; }
a { background-color: rgb(252,38,60); }
div.DivClassName
{
background-color: #FC263C;
}
.BgClassName
{
background-color: #FC263C;
}
</style>
border-color css
<style>
span { border-color: #FC263C; }
span { border-color: rgb(252,38,60); }
td.TdClassName
{
border-color: #FC263C;
}
.TagClassName
{
border-color: #FC263C;
}
</style>