Shades of Torch Red #FC1B2C
Tints of Torch Red #FC1B2C
RGB
CMYK
RGB Variations
Color information
#FC1B2C (or 0xFC1B2C) is known color: Torch Red. HEX triplet: FC, 1B and 2C. RGB value is (252,27,44). Sum of RGB (Red+Green+Blue) = 252+27+44=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B2C is #03E4D3. Grayscale: #606060. Windows color (decimal): -255188 or 2890748. OLE color: 2890748.
HSL color Cylindrical-coordinate representation of color #FC1B2C: hue angle of 355.47º 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 #FC1B2C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 44 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.01 |
| HSL | 355.47º | 0.97% | 0.55% | - |
| HSV(B) | 355.47º | 0.89% | 0.99% | - |
| XYZ | 40.99 | 21.66 | 4.4 | - |
| YUV | 96.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 44 | 0 | 0.89 | 0.83 | 0.01 | 355.47 | 0.97 | 0.55 |
| Hex | FC | 1B | 2C | 0 | 59 | 53 | 1 | 163 | 61 | 37 |
| Octal | 374 | 33 | 54 | 0 | 131 | 123 | 1 | 543 | 141 | 67 |
| Binary | 11111100 | 11011 | 101100 | 0 | 1011001 | 1010011 | 1 | 101100011 | 1100001 | 110111 |
Color Harmonies of #FC1B2C
Complementary color
Monochromatic Colors of #FC1B2C
Black with #FC1B2C
Text Example
Text Example
White with #FC1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B2C; }
p { color: rgb(252,27,44); }
H1.HeaderClassName
{
color: #FC1B2C;
}
.AnyTagClassName
{
color: #FC1B2C;
}
</style>
background-color css
<style>
a { background-color: #FC1B2C; }
a { background-color: rgb(252,27,44); }
div.DivClassName
{
background-color: #FC1B2C;
}
.BgClassName
{
background-color: #FC1B2C;
}
</style>
border-color css
<style>
span { border-color: #FC1B2C; }
span { border-color: rgb(252,27,44); }
td.TdClassName
{
border-color: #FC1B2C;
}
.TagClassName
{
border-color: #FC1B2C;
}
</style>