Shades of Torch Red #FC263E
Tints of Torch Red #FC263E
RGB
CMYK
RGB Variations
Color information
#FC263E (or 0xFC263E) is known color: Torch Red. HEX triplet: FC, 26 and 3E. RGB value is (252,38,62). Sum of RGB (Red+Green+Blue) = 252+38+62=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263E is #03D9C1. Grayscale: #686868. Windows color (decimal): -252354 or 4073212. OLE color: 4073212.
HSL color Cylindrical-coordinate representation of color #FC263E: hue angle of 353.27º 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 #FC263E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 62 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.01 |
| HSL | 353.27º | 0.97% | 0.57% | - |
| HSV(B) | 353.27º | 0.85% | 0.99% | - |
| XYZ | 41.71 | 22.43 | 6.69 | - |
| YUV | 104.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 62 | 0 | 0.85 | 0.75 | 0.01 | 353.27 | 0.97 | 0.57 |
| Hex | FC | 26 | 3E | 0 | 55 | 4B | 1 | 161 | 61 | 39 |
| Octal | 374 | 46 | 76 | 0 | 125 | 113 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 100110 | 111110 | 0 | 1010101 | 1001011 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC263E
Complementary color
Monochromatic Colors of #FC263E
Black with #FC263E
Text Example
Text Example
White with #FC263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC263E; }
p { color: rgb(252,38,62); }
H1.HeaderClassName
{
color: #FC263E;
}
.AnyTagClassName
{
color: #FC263E;
}
</style>
background-color css
<style>
a { background-color: #FC263E; }
a { background-color: rgb(252,38,62); }
div.DivClassName
{
background-color: #FC263E;
}
.BgClassName
{
background-color: #FC263E;
}
</style>
border-color css
<style>
span { border-color: #FC263E; }
span { border-color: rgb(252,38,62); }
td.TdClassName
{
border-color: #FC263E;
}
.TagClassName
{
border-color: #FC263E;
}
</style>