Shades of Torch Red #FC232F
Tints of Torch Red #FC232F
RGB
CMYK
RGB Variations
Color information
#FC232F (or 0xFC232F) is known color: Torch Red. HEX triplet: FC, 23 and 2F. RGB value is (252,35,47). Sum of RGB (Red+Green+Blue) = 252+35+47=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC232F is #03DCD0. Grayscale: #656565. Windows color (decimal): -253137 or 3089404. OLE color: 3089404.
HSL color Cylindrical-coordinate representation of color #FC232F: hue angle of 356.68º 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 #FC232F is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 47 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.01 |
| HSL | 356.68º | 0.97% | 0.56% | - |
| HSV(B) | 356.68º | 0.86% | 0.99% | - |
| XYZ | 41.26 | 22.1 | 4.78 | - |
| YUV | 101.25 | 97.39 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 47 | 0 | 0.86 | 0.81 | 0.01 | 356.68 | 0.97 | 0.56 |
| Hex | FC | 23 | 2F | 0 | 56 | 51 | 1 | 165 | 61 | 38 |
| Octal | 374 | 43 | 57 | 0 | 126 | 121 | 1 | 545 | 141 | 70 |
| Binary | 11111100 | 100011 | 101111 | 0 | 1010110 | 1010001 | 1 | 101100101 | 1100001 | 111000 |
Color Harmonies of #FC232F
Complementary color
Monochromatic Colors of #FC232F
Black with #FC232F
Text Example
Text Example
White with #FC232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC232F; }
p { color: rgb(252,35,47); }
H1.HeaderClassName
{
color: #FC232F;
}
.AnyTagClassName
{
color: #FC232F;
}
</style>
background-color css
<style>
a { background-color: #FC232F; }
a { background-color: rgb(252,35,47); }
div.DivClassName
{
background-color: #FC232F;
}
.BgClassName
{
background-color: #FC232F;
}
</style>
border-color css
<style>
span { border-color: #FC232F; }
span { border-color: rgb(252,35,47); }
td.TdClassName
{
border-color: #FC232F;
}
.TagClassName
{
border-color: #FC232F;
}
</style>