Shades of Torch Red #FC1D2D
Tints of Torch Red #FC1D2D
RGB
CMYK
RGB Variations
Color information
#FC1D2D (or 0xFC1D2D) is known color: Torch Red. HEX triplet: FC, 1D and 2D. RGB value is (252,29,45). Sum of RGB (Red+Green+Blue) = 252+29+45=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D2D is #03E2D2. Grayscale: #616161. Windows color (decimal): -254675 or 2956796. OLE color: 2956796.
HSL color Cylindrical-coordinate representation of color #FC1D2D: hue angle of 355.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.01 |
| HSL | 355.7º | 0.97% | 0.55% | - |
| HSV(B) | 355.7º | 0.88% | 0.99% | - |
| XYZ | 41.06 | 21.76 | 4.52 | - |
| YUV | 97.5 | 98.38 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 45 | 0 | 0.88 | 0.82 | 0.01 | 355.7 | 0.97 | 0.55 |
| Hex | FC | 1D | 2D | 0 | 58 | 52 | 1 | 164 | 61 | 37 |
| Octal | 374 | 35 | 55 | 0 | 130 | 122 | 1 | 544 | 141 | 67 |
| Binary | 11111100 | 11101 | 101101 | 0 | 1011000 | 1010010 | 1 | 101100100 | 1100001 | 110111 |
Color Harmonies of #FC1D2D
Complementary color
Monochromatic Colors of #FC1D2D
Black with #FC1D2D
Text Example
Text Example
White with #FC1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D2D; }
p { color: rgb(252,29,45); }
H1.HeaderClassName
{
color: #FC1D2D;
}
.AnyTagClassName
{
color: #FC1D2D;
}
</style>
background-color css
<style>
a { background-color: #FC1D2D; }
a { background-color: rgb(252,29,45); }
div.DivClassName
{
background-color: #FC1D2D;
}
.BgClassName
{
background-color: #FC1D2D;
}
</style>
border-color css
<style>
span { border-color: #FC1D2D; }
span { border-color: rgb(252,29,45); }
td.TdClassName
{
border-color: #FC1D2D;
}
.TagClassName
{
border-color: #FC1D2D;
}
</style>