Shades of Torch Red #FC1D29
Tints of Torch Red #FC1D29
RGB
CMYK
RGB Variations
Color information
#FC1D29 (or 0xFC1D29) is known color: Torch Red. HEX triplet: FC, 1D and 29. RGB value is (252,29,41). Sum of RGB (Red+Green+Blue) = 252+29+41=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D29 is #03E2D6. Grayscale: #616161. Windows color (decimal): -254679 or 2694652. OLE color: 2694652.
HSL color Cylindrical-coordinate representation of color #FC1D29: hue angle of 356.77º 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 #FC1D29 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 41 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.01 |
| HSL | 356.77º | 0.97% | 0.55% | - |
| HSV(B) | 356.77º | 0.88% | 0.99% | - |
| XYZ | 40.98 | 21.73 | 4.13 | - |
| YUV | 97.05 | 96.38 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 41 | 0 | 0.88 | 0.84 | 0.01 | 356.77 | 0.97 | 0.55 |
| Hex | FC | 1D | 29 | 0 | 58 | 54 | 1 | 165 | 61 | 37 |
| Octal | 374 | 35 | 51 | 0 | 130 | 124 | 1 | 545 | 141 | 67 |
| Binary | 11111100 | 11101 | 101001 | 0 | 1011000 | 1010100 | 1 | 101100101 | 1100001 | 110111 |
Color Harmonies of #FC1D29
Complementary color
Monochromatic Colors of #FC1D29
Black with #FC1D29
Text Example
Text Example
White with #FC1D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D29; }
p { color: rgb(252,29,41); }
H1.HeaderClassName
{
color: #FC1D29;
}
.AnyTagClassName
{
color: #FC1D29;
}
</style>
background-color css
<style>
a { background-color: #FC1D29; }
a { background-color: rgb(252,29,41); }
div.DivClassName
{
background-color: #FC1D29;
}
.BgClassName
{
background-color: #FC1D29;
}
</style>
border-color css
<style>
span { border-color: #FC1D29; }
span { border-color: rgb(252,29,41); }
td.TdClassName
{
border-color: #FC1D29;
}
.TagClassName
{
border-color: #FC1D29;
}
</style>