Shades of Torch Red #FC243A
Tints of Torch Red #FC243A
RGB
CMYK
RGB Variations
Color information
#FC243A (or 0xFC243A) is known color: Torch Red. HEX triplet: FC, 24 and 3A. RGB value is (252,36,58). Sum of RGB (Red+Green+Blue) = 252+36+58=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC243A is #03DBC5. Grayscale: #676767. Windows color (decimal): -252870 or 3810556. OLE color: 3810556.
HSL color Cylindrical-coordinate representation of color #FC243A: hue angle of 353.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC243A is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 58 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.01 |
| HSL | 353.89º | 0.97% | 0.56% | - |
| HSV(B) | 353.89º | 0.86% | 0.99% | - |
| XYZ | 41.54 | 22.26 | 6.11 | - |
| YUV | 103.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 58 | 0 | 0.86 | 0.77 | 0.01 | 353.89 | 0.97 | 0.56 |
| Hex | FC | 24 | 3A | 0 | 56 | 4D | 1 | 162 | 61 | 38 |
| Octal | 374 | 44 | 72 | 0 | 126 | 115 | 1 | 542 | 141 | 70 |
| Binary | 11111100 | 100100 | 111010 | 0 | 1010110 | 1001101 | 1 | 101100010 | 1100001 | 111000 |
Color Harmonies of #FC243A
Complementary color
Monochromatic Colors of #FC243A
Black with #FC243A
Text Example
Text Example
White with #FC243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC243A; }
p { color: rgb(252,36,58); }
H1.HeaderClassName
{
color: #FC243A;
}
.AnyTagClassName
{
color: #FC243A;
}
</style>
background-color css
<style>
a { background-color: #FC243A; }
a { background-color: rgb(252,36,58); }
div.DivClassName
{
background-color: #FC243A;
}
.BgClassName
{
background-color: #FC243A;
}
</style>
border-color css
<style>
span { border-color: #FC243A; }
span { border-color: rgb(252,36,58); }
td.TdClassName
{
border-color: #FC243A;
}
.TagClassName
{
border-color: #FC243A;
}
</style>