Shades of Torch Red #FC021B
Tints of Torch Red #FC021B
RGB
CMYK
RGB Variations
Color information
#FC021B (or 0xFC021B) is known color: Torch Red. HEX triplet: FC, 02 and 1B. RGB value is (252,2,27). Sum of RGB (Red+Green+Blue) = 252+2+27=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC021B is #03FDE4. Grayscale: #4F4F4F. Windows color (decimal): -261605 or 1770236. OLE color: 1770236.
HSL color Cylindrical-coordinate representation of color #FC021B: hue angle of 354º 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 #FC021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.01 |
| HSL | 354º | 0.98% | 0.5% | - |
| HSV(B) | 354º | 0.99% | 0.99% | - |
| XYZ | 40.36 | 20.82 | 2.93 | - |
| YUV | 79.6 | 98.33 | 250.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 27 | 0 | 0.99 | 0.89 | 0.01 | 354 | 0.98 | 0.5 |
| Hex | FC | 2 | 1B | 0 | 63 | 59 | 1 | 162 | 62 | 32 |
| Octal | 374 | 2 | 33 | 0 | 143 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 10 | 11011 | 0 | 1100011 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC021B
Complementary color
Monochromatic Colors of #FC021B
Black with #FC021B
Text Example
Text Example
White with #FC021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC021B; }
p { color: rgb(252,2,27); }
H1.HeaderClassName
{
color: #FC021B;
}
.AnyTagClassName
{
color: #FC021B;
}
</style>
background-color css
<style>
a { background-color: #FC021B; }
a { background-color: rgb(252,2,27); }
div.DivClassName
{
background-color: #FC021B;
}
.BgClassName
{
background-color: #FC021B;
}
</style>
border-color css
<style>
span { border-color: #FC021B; }
span { border-color: rgb(252,2,27); }
td.TdClassName
{
border-color: #FC021B;
}
.TagClassName
{
border-color: #FC021B;
}
</style>