Shades of Torch Red #FC003D
Tints of Torch Red #FC003D
RGB
CMYK
RGB Variations
Color information
#FC003D (or 0xFC003D) is known color: Torch Red. HEX triplet: FC, 00 and 3D. RGB value is (252,0,61). Sum of RGB (Red+Green+Blue) = 252+0+61=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC003D is #03FFC2. Grayscale: #525252. Windows color (decimal): -262083 or 3997948. OLE color: 3997948.
HSL color Cylindrical-coordinate representation of color #FC003D: hue angle of 345.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC003D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.76 | 0.01 |
| HSL | 345.48º | 1% | 0.49% | - |
| HSV(B) | 345.48º | 1% | 0.99% | - |
| XYZ | 40.99 | 21.03 | 6.31 | - |
| YUV | 82.3 | 115.99 | 249.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 61 | 0 | 1 | 0.76 | 0.01 | 345.48 | 1 | 0.49 |
| Hex | FC | 0 | 3D | 0 | 64 | 4C | 1 | 159 | 64 | 31 |
| Octal | 374 | 0 | 75 | 0 | 144 | 114 | 1 | 531 | 144 | 61 |
| Binary | 11111100 | 0 | 111101 | 0 | 1100100 | 1001100 | 1 | 101011001 | 1100100 | 110001 |
Color Harmonies of #FC003D
Complementary color
Monochromatic Colors of #FC003D
Black with #FC003D
Text Example
Text Example
White with #FC003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC003D; }
p { color: rgb(252,0,61); }
H1.HeaderClassName
{
color: #FC003D;
}
.AnyTagClassName
{
color: #FC003D;
}
</style>
background-color css
<style>
a { background-color: #FC003D; }
a { background-color: rgb(252,0,61); }
div.DivClassName
{
background-color: #FC003D;
}
.BgClassName
{
background-color: #FC003D;
}
</style>
border-color css
<style>
span { border-color: #FC003D; }
span { border-color: rgb(252,0,61); }
td.TdClassName
{
border-color: #FC003D;
}
.TagClassName
{
border-color: #FC003D;
}
</style>