Shades of Torch Red #FC213D
Tints of Torch Red #FC213D
RGB
CMYK
RGB Variations
Color information
#FC213D (or 0xFC213D) is known color: Torch Red. HEX triplet: FC, 21 and 3D. RGB value is (252,33,61). Sum of RGB (Red+Green+Blue) = 252+33+61=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC213D is #03DEC2. Grayscale: #656565. Windows color (decimal): -253635 or 4006396. OLE color: 4006396.
HSL color Cylindrical-coordinate representation of color #FC213D: hue angle of 352.33º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC213D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 61 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.01 |
| HSL | 352.33º | 0.97% | 0.56% | - |
| HSV(B) | 352.33º | 0.87% | 0.99% | - |
| XYZ | 41.53 | 22.12 | 6.5 | - |
| YUV | 101.67 | 105.05 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 61 | 0 | 0.87 | 0.76 | 0.01 | 352.33 | 0.97 | 0.56 |
| Hex | FC | 21 | 3D | 0 | 57 | 4C | 1 | 160 | 61 | 38 |
| Octal | 374 | 41 | 75 | 0 | 127 | 114 | 1 | 540 | 141 | 70 |
| Binary | 11111100 | 100001 | 111101 | 0 | 1010111 | 1001100 | 1 | 101100000 | 1100001 | 111000 |
Color Harmonies of #FC213D
Complementary color
Monochromatic Colors of #FC213D
Black with #FC213D
Text Example
Text Example
White with #FC213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC213D; }
p { color: rgb(252,33,61); }
H1.HeaderClassName
{
color: #FC213D;
}
.AnyTagClassName
{
color: #FC213D;
}
</style>
background-color css
<style>
a { background-color: #FC213D; }
a { background-color: rgb(252,33,61); }
div.DivClassName
{
background-color: #FC213D;
}
.BgClassName
{
background-color: #FC213D;
}
</style>
border-color css
<style>
span { border-color: #FC213D; }
span { border-color: rgb(252,33,61); }
td.TdClassName
{
border-color: #FC213D;
}
.TagClassName
{
border-color: #FC213D;
}
</style>