Shades of Torch Red #FC2344
Tints of Torch Red #FC2344
RGB
CMYK
RGB Variations
Color information
#FC2344 (or 0xFC2344) is known color: Torch Red. HEX triplet: FC, 23 and 44. RGB value is (252,35,68). Sum of RGB (Red+Green+Blue) = 252+35+68=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2344 is #03DCBB. Grayscale: #676767. Windows color (decimal): -253116 or 4465660. OLE color: 4465660.
HSL color Cylindrical-coordinate representation of color #FC2344: hue angle of 350.88º 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 #FC2344 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 68 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.01 |
| HSL | 350.88º | 0.97% | 0.56% | - |
| HSV(B) | 350.88º | 0.86% | 0.99% | - |
| XYZ | 41.79 | 22.31 | 7.57 | - |
| YUV | 103.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 68 | 0 | 0.86 | 0.73 | 0.01 | 350.88 | 0.97 | 0.56 |
| Hex | FC | 23 | 44 | 0 | 56 | 49 | 1 | 15F | 61 | 38 |
| Octal | 374 | 43 | 104 | 0 | 126 | 111 | 1 | 537 | 141 | 70 |
| Binary | 11111100 | 100011 | 1000100 | 0 | 1010110 | 1001001 | 1 | 101011111 | 1100001 | 111000 |
Color Harmonies of #FC2344
Complementary color
Monochromatic Colors of #FC2344
Black with #FC2344
Text Example
Text Example
White with #FC2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2344; }
p { color: rgb(252,35,68); }
H1.HeaderClassName
{
color: #FC2344;
}
.AnyTagClassName
{
color: #FC2344;
}
</style>
background-color css
<style>
a { background-color: #FC2344; }
a { background-color: rgb(252,35,68); }
div.DivClassName
{
background-color: #FC2344;
}
.BgClassName
{
background-color: #FC2344;
}
</style>
border-color css
<style>
span { border-color: #FC2344; }
span { border-color: rgb(252,35,68); }
td.TdClassName
{
border-color: #FC2344;
}
.TagClassName
{
border-color: #FC2344;
}
</style>