Shades of Torch Red #FC1E2D
Tints of Torch Red #FC1E2D
RGB
CMYK
RGB Variations
Color information
#FC1E2D (or 0xFC1E2D) is known color: Torch Red. HEX triplet: FC, 1E and 2D. RGB value is (252,30,45). Sum of RGB (Red+Green+Blue) = 252+30+45=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E2D is #03E1D2. Grayscale: #626262. Windows color (decimal): -254419 or 2957052. OLE color: 2957052.
HSL color Cylindrical-coordinate representation of color #FC1E2D: hue angle of 355.95º 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 #FC1E2D is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 45 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.01 |
| HSL | 355.95º | 0.97% | 0.55% | - |
| HSV(B) | 355.95º | 0.88% | 0.99% | - |
| XYZ | 41.08 | 21.81 | 4.53 | - |
| YUV | 98.09 | 98.05 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 45 | 0 | 0.88 | 0.82 | 0.01 | 355.95 | 0.97 | 0.55 |
| Hex | FC | 1E | 2D | 0 | 58 | 52 | 1 | 164 | 61 | 37 |
| Octal | 374 | 36 | 55 | 0 | 130 | 122 | 1 | 544 | 141 | 67 |
| Binary | 11111100 | 11110 | 101101 | 0 | 1011000 | 1010010 | 1 | 101100100 | 1100001 | 110111 |
Color Harmonies of #FC1E2D
Complementary color
Monochromatic Colors of #FC1E2D
Black with #FC1E2D
Text Example
Text Example
White with #FC1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E2D; }
p { color: rgb(252,30,45); }
H1.HeaderClassName
{
color: #FC1E2D;
}
.AnyTagClassName
{
color: #FC1E2D;
}
</style>
background-color css
<style>
a { background-color: #FC1E2D; }
a { background-color: rgb(252,30,45); }
div.DivClassName
{
background-color: #FC1E2D;
}
.BgClassName
{
background-color: #FC1E2D;
}
</style>
border-color css
<style>
span { border-color: #FC1E2D; }
span { border-color: rgb(252,30,45); }
td.TdClassName
{
border-color: #FC1E2D;
}
.TagClassName
{
border-color: #FC1E2D;
}
</style>