Shades of Torch Red #FC263B
Tints of Torch Red #FC263B
RGB
CMYK
RGB Variations
Color information
#FC263B (or 0xFC263B) is known color: Torch Red. HEX triplet: FC, 26 and 3B. RGB value is (252,38,59). Sum of RGB (Red+Green+Blue) = 252+38+59=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263B is #03D9C4. Grayscale: #686868. Windows color (decimal): -252357 or 3876604. OLE color: 3876604.
HSL color Cylindrical-coordinate representation of color #FC263B: hue angle of 354.11º 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 #FC263B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.11º | 0.97% | 0.57% | - |
| HSV(B) | 354.11º | 0.85% | 0.99% | - |
| XYZ | 41.63 | 22.4 | 6.27 | - |
| YUV | 104.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 59 | 0 | 0.85 | 0.77 | 0.01 | 354.11 | 0.97 | 0.57 |
| Hex | FC | 26 | 3B | 0 | 55 | 4D | 1 | 162 | 61 | 39 |
| Octal | 374 | 46 | 73 | 0 | 125 | 115 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100110 | 111011 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC263B
Complementary color
Monochromatic Colors of #FC263B
Black with #FC263B
Text Example
Text Example
White with #FC263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC263B; }
p { color: rgb(252,38,59); }
H1.HeaderClassName
{
color: #FC263B;
}
.AnyTagClassName
{
color: #FC263B;
}
</style>
background-color css
<style>
a { background-color: #FC263B; }
a { background-color: rgb(252,38,59); }
div.DivClassName
{
background-color: #FC263B;
}
.BgClassName
{
background-color: #FC263B;
}
</style>
border-color css
<style>
span { border-color: #FC263B; }
span { border-color: rgb(252,38,59); }
td.TdClassName
{
border-color: #FC263B;
}
.TagClassName
{
border-color: #FC263B;
}
</style>