Shades of Torch Red #FC020C
Tints of Torch Red #FC020C
RGB
CMYK
RGB Variations
Color information
#FC020C (or 0xFC020C) is known color: Torch Red. HEX triplet: FC, 02 and 0C. RGB value is (252,2,12). Sum of RGB (Red+Green+Blue) = 252+2+12=266 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.74% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 252 - color contains mainly: red. Hex color #FC020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC020C is #03FDF3. Grayscale: #4E4E4E. Windows color (decimal): -261620 or 787196. OLE color: 787196.
HSL color Cylindrical-coordinate representation of color #FC020C: hue angle of 357.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.01 |
| HSL | 357.6º | 0.98% | 0.5% | - |
| HSV(B) | 357.6º | 0.99% | 0.99% | - |
| XYZ | 40.23 | 20.77 | 2.24 | - |
| YUV | 77.89 | 90.83 | 252.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 12 | 0 | 0.99 | 0.95 | 0.01 | 357.6 | 0.98 | 0.5 |
| Hex | FC | 2 | C | 0 | 63 | 5F | 1 | 166 | 62 | 32 |
| Octal | 374 | 2 | 14 | 0 | 143 | 137 | 1 | 546 | 142 | 62 |
| Binary | 11111100 | 10 | 1100 | 0 | 1100011 | 1011111 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FC020C
Complementary color
Monochromatic Colors of #FC020C
Black with #FC020C
Text Example
Text Example
White with #FC020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC020C; }
p { color: rgb(252,2,12); }
H1.HeaderClassName
{
color: #FC020C;
}
.AnyTagClassName
{
color: #FC020C;
}
</style>
background-color css
<style>
a { background-color: #FC020C; }
a { background-color: rgb(252,2,12); }
div.DivClassName
{
background-color: #FC020C;
}
.BgClassName
{
background-color: #FC020C;
}
</style>
border-color css
<style>
span { border-color: #FC020C; }
span { border-color: rgb(252,2,12); }
td.TdClassName
{
border-color: #FC020C;
}
.TagClassName
{
border-color: #FC020C;
}
</style>