Shades of Torch Red #FC2329
Tints of Torch Red #FC2329
RGB
CMYK
RGB Variations
Color information
#FC2329 (or 0xFC2329) is known color: Torch Red. HEX triplet: FC, 23 and 29. RGB value is (252,35,41). Sum of RGB (Red+Green+Blue) = 252+35+41=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2329 is #03DCD6. Grayscale: #646464. Windows color (decimal): -253143 or 2696188. OLE color: 2696188.
HSL color Cylindrical-coordinate representation of color #FC2329: hue angle of 358.34º 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 #FC2329 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 41 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.01 |
| HSL | 358.34º | 0.97% | 0.56% | - |
| HSV(B) | 358.34º | 0.86% | 0.99% | - |
| XYZ | 41.15 | 22.06 | 4.19 | - |
| YUV | 100.57 | 94.39 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 41 | 0 | 0.86 | 0.84 | 0.01 | 358.34 | 0.97 | 0.56 |
| Hex | FC | 23 | 29 | 0 | 56 | 54 | 1 | 166 | 61 | 38 |
| Octal | 374 | 43 | 51 | 0 | 126 | 124 | 1 | 546 | 141 | 70 |
| Binary | 11111100 | 100011 | 101001 | 0 | 1010110 | 1010100 | 1 | 101100110 | 1100001 | 111000 |
Color Harmonies of #FC2329
Complementary color
Monochromatic Colors of #FC2329
Black with #FC2329
Text Example
Text Example
White with #FC2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2329; }
p { color: rgb(252,35,41); }
H1.HeaderClassName
{
color: #FC2329;
}
.AnyTagClassName
{
color: #FC2329;
}
</style>
background-color css
<style>
a { background-color: #FC2329; }
a { background-color: rgb(252,35,41); }
div.DivClassName
{
background-color: #FC2329;
}
.BgClassName
{
background-color: #FC2329;
}
</style>
border-color css
<style>
span { border-color: #FC2329; }
span { border-color: rgb(252,35,41); }
td.TdClassName
{
border-color: #FC2329;
}
.TagClassName
{
border-color: #FC2329;
}
</style>