Shades of Torch Red #FC232C
Tints of Torch Red #FC232C
RGB
CMYK
RGB Variations
Color information
#FC232C (or 0xFC232C) is known color: Torch Red. HEX triplet: FC, 23 and 2C. RGB value is (252,35,44). Sum of RGB (Red+Green+Blue) = 252+35+44=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC232C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC232C is #03DCD3. Grayscale: #656565. Windows color (decimal): -253140 or 2892796. OLE color: 2892796.
HSL color Cylindrical-coordinate representation of color #FC232C: hue angle of 357.51º 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 #FC232C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 44 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.01 |
| HSL | 357.51º | 0.97% | 0.56% | - |
| HSV(B) | 357.51º | 0.86% | 0.99% | - |
| XYZ | 41.2 | 22.08 | 4.47 | - |
| YUV | 100.91 | 95.89 | 235.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 44 | 0 | 0.86 | 0.83 | 0.01 | 357.51 | 0.97 | 0.56 |
| Hex | FC | 23 | 2C | 0 | 56 | 53 | 1 | 166 | 61 | 38 |
| Octal | 374 | 43 | 54 | 0 | 126 | 123 | 1 | 546 | 141 | 70 |
| Binary | 11111100 | 100011 | 101100 | 0 | 1010110 | 1010011 | 1 | 101100110 | 1100001 | 111000 |
Color Harmonies of #FC232C
Complementary color
Monochromatic Colors of #FC232C
Black with #FC232C
Text Example
Text Example
White with #FC232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC232C; }
p { color: rgb(252,35,44); }
H1.HeaderClassName
{
color: #FC232C;
}
.AnyTagClassName
{
color: #FC232C;
}
</style>
background-color css
<style>
a { background-color: #FC232C; }
a { background-color: rgb(252,35,44); }
div.DivClassName
{
background-color: #FC232C;
}
.BgClassName
{
background-color: #FC232C;
}
</style>
border-color css
<style>
span { border-color: #FC232C; }
span { border-color: rgb(252,35,44); }
td.TdClassName
{
border-color: #FC232C;
}
.TagClassName
{
border-color: #FC232C;
}
</style>