Shades of Torch Red #FC041B
Tints of Torch Red #FC041B
RGB
CMYK
RGB Variations
Color information
#FC041B (or 0xFC041B) is known color: Torch Red. HEX triplet: FC, 04 and 1B. RGB value is (252,4,27). Sum of RGB (Red+Green+Blue) = 252+4+27=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC041B is #03FBE4. Grayscale: #505050. Windows color (decimal): -261093 or 1770748. OLE color: 1770748.
HSL color Cylindrical-coordinate representation of color #FC041B: hue angle of 354.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC041B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.01 |
| HSL | 354.44º | 0.98% | 0.5% | - |
| HSV(B) | 354.44º | 0.98% | 0.99% | - |
| XYZ | 40.39 | 20.86 | 2.93 | - |
| YUV | 80.77 | 97.66 | 250.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 27 | 0 | 0.98 | 0.89 | 0.01 | 354.44 | 0.98 | 0.5 |
| Hex | FC | 4 | 1B | 0 | 62 | 59 | 1 | 162 | 62 | 32 |
| Octal | 374 | 4 | 33 | 0 | 142 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111100 | 100 | 11011 | 0 | 1100010 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FC041B
Complementary color
Monochromatic Colors of #FC041B
Black with #FC041B
Text Example
Text Example
White with #FC041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC041B; }
p { color: rgb(252,4,27); }
H1.HeaderClassName
{
color: #FC041B;
}
.AnyTagClassName
{
color: #FC041B;
}
</style>
background-color css
<style>
a { background-color: #FC041B; }
a { background-color: rgb(252,4,27); }
div.DivClassName
{
background-color: #FC041B;
}
.BgClassName
{
background-color: #FC041B;
}
</style>
border-color css
<style>
span { border-color: #FC041B; }
span { border-color: rgb(252,4,27); }
td.TdClassName
{
border-color: #FC041B;
}
.TagClassName
{
border-color: #FC041B;
}
</style>