Shades of Torch Red #FC021A
Tints of Torch Red #FC021A
RGB
CMYK
RGB Variations
Color information
#FC021A (or 0xFC021A) is known color: Torch Red. HEX triplet: FC, 02 and 1A. RGB value is (252,2,26). Sum of RGB (Red+Green+Blue) = 252+2+26=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC021A is #03FDE5. Grayscale: #4F4F4F. Windows color (decimal): -261606 or 1704700. OLE color: 1704700.
HSL color Cylindrical-coordinate representation of color #FC021A: hue angle of 354.24º 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 #FC021A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.01 |
| HSL | 354.24º | 0.98% | 0.5% | - |
| HSV(B) | 354.24º | 0.99% | 0.99% | - |
| XYZ | 40.35 | 20.81 | 2.87 | - |
| YUV | 79.49 | 97.83 | 251.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 26 | 0 | 0.99 | 0.90 | 0.01 | 354.24 | 0.98 | 0.5 |
| Hex | FC | 2 | 1A | 0 | 63 | 5A | 1 | 162 | 62 | 32 |
| Octal | 374 | 2 | 32 | 0 | 143 | 132 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 10 | 11010 | 0 | 1100011 | 1011010 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC021A
Complementary color
Monochromatic Colors of #FC021A
Black with #FC021A
Text Example
Text Example
White with #FC021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC021A; }
p { color: rgb(252,2,26); }
H1.HeaderClassName
{
color: #FC021A;
}
.AnyTagClassName
{
color: #FC021A;
}
</style>
background-color css
<style>
a { background-color: #FC021A; }
a { background-color: rgb(252,2,26); }
div.DivClassName
{
background-color: #FC021A;
}
.BgClassName
{
background-color: #FC021A;
}
</style>
border-color css
<style>
span { border-color: #FC021A; }
span { border-color: rgb(252,2,26); }
td.TdClassName
{
border-color: #FC021A;
}
.TagClassName
{
border-color: #FC021A;
}
</style>