Shades of Torch Red #FC0C2B
Tints of Torch Red #FC0C2B
RGB
CMYK
RGB Variations
Color information
#FC0C2B (or 0xFC0C2B) is known color: Torch Red. HEX triplet: FC, 0C and 2B. RGB value is (252,12,43). Sum of RGB (Red+Green+Blue) = 252+12+43=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0C2B is #03F3D4. Grayscale: #575757. Windows color (decimal): -259029 or 2821372. OLE color: 2821372.
HSL color Cylindrical-coordinate representation of color #FC0C2B: hue angle of 352.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.01 |
| HSL | 352.25º | 0.98% | 0.52% | - |
| HSV(B) | 352.25º | 0.95% | 0.99% | - |
| XYZ | 40.71 | 21.13 | 4.22 | - |
| YUV | 87.29 | 103.01 | 245.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 43 | 0 | 0.95 | 0.83 | 0.01 | 352.25 | 0.98 | 0.52 |
| Hex | FC | C | 2B | 0 | 5F | 53 | 1 | 160 | 62 | 34 |
| Octal | 374 | 14 | 53 | 0 | 137 | 123 | 1 | 540 | 142 | 64 |
| Binary | 11111100 | 1100 | 101011 | 0 | 1011111 | 1010011 | 1 | 101100000 | 1100010 | 110100 |
Color Harmonies of #FC0C2B
Complementary color
Monochromatic Colors of #FC0C2B
Black with #FC0C2B
Text Example
Text Example
White with #FC0C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C2B; }
p { color: rgb(252,12,43); }
H1.HeaderClassName
{
color: #FC0C2B;
}
.AnyTagClassName
{
color: #FC0C2B;
}
</style>
background-color css
<style>
a { background-color: #FC0C2B; }
a { background-color: rgb(252,12,43); }
div.DivClassName
{
background-color: #FC0C2B;
}
.BgClassName
{
background-color: #FC0C2B;
}
</style>
border-color css
<style>
span { border-color: #FC0C2B; }
span { border-color: rgb(252,12,43); }
td.TdClassName
{
border-color: #FC0C2B;
}
.TagClassName
{
border-color: #FC0C2B;
}
</style>