Shades of Torch Red #FC263F
Tints of Torch Red #FC263F
RGB
CMYK
RGB Variations
Color information
#FC263F (or 0xFC263F) is known color: Torch Red. HEX triplet: FC, 26 and 3F. RGB value is (252,38,63). Sum of RGB (Red+Green+Blue) = 252+38+63=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263F is #03D9C0. Grayscale: #686868. Windows color (decimal): -252353 or 4138748. OLE color: 4138748.
HSL color Cylindrical-coordinate representation of color #FC263F: hue angle of 352.99º 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 #FC263F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.01 |
| HSL | 352.99º | 0.97% | 0.57% | - |
| HSV(B) | 352.99º | 0.85% | 0.99% | - |
| XYZ | 41.74 | 22.44 | 6.83 | - |
| YUV | 104.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 63 | 0 | 0.85 | 0.75 | 0.01 | 352.99 | 0.97 | 0.57 |
| Hex | FC | 26 | 3F | 0 | 55 | 4B | 1 | 161 | 61 | 39 |
| Octal | 374 | 46 | 77 | 0 | 125 | 113 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 100110 | 111111 | 0 | 1010101 | 1001011 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC263F
Complementary color
Monochromatic Colors of #FC263F
Black with #FC263F
Text Example
Text Example
White with #FC263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC263F; }
p { color: rgb(252,38,63); }
H1.HeaderClassName
{
color: #FC263F;
}
.AnyTagClassName
{
color: #FC263F;
}
</style>
background-color css
<style>
a { background-color: #FC263F; }
a { background-color: rgb(252,38,63); }
div.DivClassName
{
background-color: #FC263F;
}
.BgClassName
{
background-color: #FC263F;
}
</style>
border-color css
<style>
span { border-color: #FC263F; }
span { border-color: rgb(252,38,63); }
td.TdClassName
{
border-color: #FC263F;
}
.TagClassName
{
border-color: #FC263F;
}
</style>