Shades of Torch Red #FC043D
Tints of Torch Red #FC043D
RGB
CMYK
RGB Variations
Color information
#FC043D (or 0xFC043D) is known color: Torch Red. HEX triplet: FC, 04 and 3D. RGB value is (252,4,61). Sum of RGB (Red+Green+Blue) = 252+4+61=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC043D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC043D is #03FBC2. Grayscale: #545454. Windows color (decimal): -261059 or 3998972. OLE color: 3998972.
HSL color Cylindrical-coordinate representation of color #FC043D: hue angle of 346.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC043D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.01 |
| HSL | 346.21º | 0.98% | 0.5% | - |
| HSV(B) | 346.21º | 0.98% | 0.99% | - |
| XYZ | 41.03 | 21.12 | 6.33 | - |
| YUV | 84.65 | 114.66 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 61 | 0 | 0.98 | 0.76 | 0.01 | 346.21 | 0.98 | 0.5 |
| Hex | FC | 4 | 3D | 0 | 62 | 4C | 1 | 15A | 62 | 32 |
| Octal | 374 | 4 | 75 | 0 | 142 | 114 | 1 | 532 | 142 | 62 |
| Binary | 11111100 | 100 | 111101 | 0 | 1100010 | 1001100 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FC043D
Complementary color
Monochromatic Colors of #FC043D
Black with #FC043D
Text Example
Text Example
White with #FC043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC043D; }
p { color: rgb(252,4,61); }
H1.HeaderClassName
{
color: #FC043D;
}
.AnyTagClassName
{
color: #FC043D;
}
</style>
background-color css
<style>
a { background-color: #FC043D; }
a { background-color: rgb(252,4,61); }
div.DivClassName
{
background-color: #FC043D;
}
.BgClassName
{
background-color: #FC043D;
}
</style>
border-color css
<style>
span { border-color: #FC043D; }
span { border-color: rgb(252,4,61); }
td.TdClassName
{
border-color: #FC043D;
}
.TagClassName
{
border-color: #FC043D;
}
</style>