Shades of Torch Red #FC1C39
Tints of Torch Red #FC1C39
RGB
CMYK
RGB Variations
Color information
#FC1C39 (or 0xFC1C39) is known color: Torch Red. HEX triplet: FC, 1C and 39. RGB value is (252,28,57). Sum of RGB (Red+Green+Blue) = 252+28+57=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1C39 is #03E3C6. Grayscale: #626262. Windows color (decimal): -254919 or 3742972. OLE color: 3742972.
HSL color Cylindrical-coordinate representation of color #FC1C39: hue angle of 352.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C39 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 57 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.01 |
| HSL | 352.23º | 0.97% | 0.55% | - |
| HSV(B) | 352.23º | 0.89% | 0.99% | - |
| XYZ | 41.3 | 21.82 | 5.91 | - |
| YUV | 98.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 57 | 0 | 0.89 | 0.77 | 0.01 | 352.23 | 0.97 | 0.55 |
| Hex | FC | 1C | 39 | 0 | 59 | 4D | 1 | 160 | 61 | 37 |
| Octal | 374 | 34 | 71 | 0 | 131 | 115 | 1 | 540 | 141 | 67 |
| Binary | 11111100 | 11100 | 111001 | 0 | 1011001 | 1001101 | 1 | 101100000 | 1100001 | 110111 |
Color Harmonies of #FC1C39
Complementary color
Monochromatic Colors of #FC1C39
Black with #FC1C39
Text Example
Text Example
White with #FC1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C39; }
p { color: rgb(252,28,57); }
H1.HeaderClassName
{
color: #FC1C39;
}
.AnyTagClassName
{
color: #FC1C39;
}
</style>
background-color css
<style>
a { background-color: #FC1C39; }
a { background-color: rgb(252,28,57); }
div.DivClassName
{
background-color: #FC1C39;
}
.BgClassName
{
background-color: #FC1C39;
}
</style>
border-color css
<style>
span { border-color: #FC1C39; }
span { border-color: rgb(252,28,57); }
td.TdClassName
{
border-color: #FC1C39;
}
.TagClassName
{
border-color: #FC1C39;
}
</style>