Shades of Torch Red #FC0A2D
Tints of Torch Red #FC0A2D
RGB
CMYK
RGB Variations
Color information
#FC0A2D (or 0xFC0A2D) is known color: Torch Red. HEX triplet: FC, 0A and 2D. RGB value is (252,10,45). Sum of RGB (Red+Green+Blue) = 252+10+45=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A2D is #03F5D2. Grayscale: #565656. Windows color (decimal): -259539 or 2951932. OLE color: 2951932.
HSL color Cylindrical-coordinate representation of color #FC0A2D: hue angle of 351.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.01 |
| HSL | 351.32º | 0.98% | 0.51% | - |
| HSV(B) | 351.32º | 0.96% | 0.99% | - |
| XYZ | 40.73 | 21.1 | 4.41 | - |
| YUV | 86.35 | 104.67 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 45 | 0 | 0.96 | 0.82 | 0.01 | 351.32 | 0.98 | 0.51 |
| Hex | FC | A | 2D | 0 | 60 | 52 | 1 | 15F | 62 | 33 |
| Octal | 374 | 12 | 55 | 0 | 140 | 122 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 1010 | 101101 | 0 | 1100000 | 1010010 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC0A2D
Complementary color
Monochromatic Colors of #FC0A2D
Black with #FC0A2D
Text Example
Text Example
White with #FC0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A2D; }
p { color: rgb(252,10,45); }
H1.HeaderClassName
{
color: #FC0A2D;
}
.AnyTagClassName
{
color: #FC0A2D;
}
</style>
background-color css
<style>
a { background-color: #FC0A2D; }
a { background-color: rgb(252,10,45); }
div.DivClassName
{
background-color: #FC0A2D;
}
.BgClassName
{
background-color: #FC0A2D;
}
</style>
border-color css
<style>
span { border-color: #FC0A2D; }
span { border-color: rgb(252,10,45); }
td.TdClassName
{
border-color: #FC0A2D;
}
.TagClassName
{
border-color: #FC0A2D;
}
</style>