Shades of Torch Red #FC020F
Tints of Torch Red #FC020F
RGB
CMYK
RGB Variations
Color information
#FC020F (or 0xFC020F) is known color: Torch Red. HEX triplet: FC, 02 and 0F. RGB value is (252,2,15). Sum of RGB (Red+Green+Blue) = 252+2+15=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC020F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC020F is #03FDF0. Grayscale: #4E4E4E. Windows color (decimal): -261617 or 983804. OLE color: 983804.
HSL color Cylindrical-coordinate representation of color #FC020F: hue angle of 356.88º 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 #FC020F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.01 |
| HSL | 356.88º | 0.98% | 0.5% | - |
| HSV(B) | 356.88º | 0.99% | 0.99% | - |
| XYZ | 40.25 | 20.77 | 2.34 | - |
| YUV | 78.23 | 92.33 | 251.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 15 | 0 | 0.99 | 0.94 | 0.01 | 356.88 | 0.98 | 0.5 |
| Hex | FC | 2 | F | 0 | 63 | 5E | 1 | 165 | 62 | 32 |
| Octal | 374 | 2 | 17 | 0 | 143 | 136 | 1 | 545 | 142 | 62 |
| Binary | 11111100 | 10 | 1111 | 0 | 1100011 | 1011110 | 1 | 101100101 | 1100010 | 110010 |
Color Harmonies of #FC020F
Complementary color
Monochromatic Colors of #FC020F
Black with #FC020F
Text Example
Text Example
White with #FC020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC020F; }
p { color: rgb(252,2,15); }
H1.HeaderClassName
{
color: #FC020F;
}
.AnyTagClassName
{
color: #FC020F;
}
</style>
background-color css
<style>
a { background-color: #FC020F; }
a { background-color: rgb(252,2,15); }
div.DivClassName
{
background-color: #FC020F;
}
.BgClassName
{
background-color: #FC020F;
}
</style>
border-color css
<style>
span { border-color: #FC020F; }
span { border-color: rgb(252,2,15); }
td.TdClassName
{
border-color: #FC020F;
}
.TagClassName
{
border-color: #FC020F;
}
</style>