Shades of Torch Red #FC0143
Tints of Torch Red #FC0143
RGB
CMYK
RGB Variations
Color information
#FC0143 (or 0xFC0143) is known color: Torch Red. HEX triplet: FC, 01 and 43. RGB value is (252,1,67). Sum of RGB (Red+Green+Blue) = 252+1+67=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0143 is #03FEBC. Grayscale: #535353. Windows color (decimal): -261821 or 4391420. OLE color: 4391420.
HSL color Cylindrical-coordinate representation of color #FC0143: hue angle of 344.22º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0143 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.73 | 0.01 |
| HSL | 344.22º | 0.99% | 0.5% | - |
| HSV(B) | 344.22º | 1% | 0.99% | - |
| XYZ | 41.17 | 21.12 | 7.22 | - |
| YUV | 83.57 | 118.66 | 248.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 67 | 0 | 1.00 | 0.73 | 0.01 | 344.22 | 0.99 | 0.5 |
| Hex | FC | 1 | 43 | 0 | 64 | 49 | 1 | 158 | 63 | 32 |
| Octal | 374 | 1 | 103 | 0 | 144 | 111 | 1 | 530 | 143 | 62 |
| Binary | 11111100 | 1 | 1000011 | 0 | 1100100 | 1001001 | 1 | 101011000 | 1100011 | 110010 |
Color Harmonies of #FC0143
Complementary color
Monochromatic Colors of #FC0143
Black with #FC0143
Text Example
Text Example
White with #FC0143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0143; }
p { color: rgb(252,1,67); }
H1.HeaderClassName
{
color: #FC0143;
}
.AnyTagClassName
{
color: #FC0143;
}
</style>
background-color css
<style>
a { background-color: #FC0143; }
a { background-color: rgb(252,1,67); }
div.DivClassName
{
background-color: #FC0143;
}
.BgClassName
{
background-color: #FC0143;
}
</style>
border-color css
<style>
span { border-color: #FC0143; }
span { border-color: rgb(252,1,67); }
td.TdClassName
{
border-color: #FC0143;
}
.TagClassName
{
border-color: #FC0143;
}
</style>