Shades of Torch Red #FC243C
Tints of Torch Red #FC243C
RGB
CMYK
RGB Variations
Color information
#FC243C (or 0xFC243C) is known color: Torch Red. HEX triplet: FC, 24 and 3C. RGB value is (252,36,60). Sum of RGB (Red+Green+Blue) = 252+36+60=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC243C is #03DBC3. Grayscale: #676767. Windows color (decimal): -252868 or 3941628. OLE color: 3941628.
HSL color Cylindrical-coordinate representation of color #FC243C: hue angle of 353.33º 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 #FC243C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 60 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.01 |
| HSL | 353.33º | 0.97% | 0.56% | - |
| HSV(B) | 353.33º | 0.86% | 0.99% | - |
| XYZ | 41.59 | 22.28 | 6.38 | - |
| YUV | 103.32 | 103.56 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 60 | 0 | 0.86 | 0.76 | 0.01 | 353.33 | 0.97 | 0.56 |
| Hex | FC | 24 | 3C | 0 | 56 | 4C | 1 | 161 | 61 | 38 |
| Octal | 374 | 44 | 74 | 0 | 126 | 114 | 1 | 541 | 141 | 70 |
| Binary | 11111100 | 100100 | 111100 | 0 | 1010110 | 1001100 | 1 | 101100001 | 1100001 | 111000 |
Color Harmonies of #FC243C
Complementary color
Monochromatic Colors of #FC243C
Black with #FC243C
Text Example
Text Example
White with #FC243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC243C; }
p { color: rgb(252,36,60); }
H1.HeaderClassName
{
color: #FC243C;
}
.AnyTagClassName
{
color: #FC243C;
}
</style>
background-color css
<style>
a { background-color: #FC243C; }
a { background-color: rgb(252,36,60); }
div.DivClassName
{
background-color: #FC243C;
}
.BgClassName
{
background-color: #FC243C;
}
</style>
border-color css
<style>
span { border-color: #FC243C; }
span { border-color: rgb(252,36,60); }
td.TdClassName
{
border-color: #FC243C;
}
.TagClassName
{
border-color: #FC243C;
}
</style>