Shades of Torch Red #FC051B
Tints of Torch Red #FC051B
RGB
CMYK
RGB Variations
Color information
#FC051B (or 0xFC051B) is known color: Torch Red. HEX triplet: FC, 05 and 1B. RGB value is (252,5,27). Sum of RGB (Red+Green+Blue) = 252+5+27=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC051B is #03FAE4. Grayscale: #515151. Windows color (decimal): -260837 or 1771004. OLE color: 1771004.
HSL color Cylindrical-coordinate representation of color #FC051B: hue angle of 354.66º 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 #FC051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.01 |
| HSL | 354.66º | 0.98% | 0.5% | - |
| HSV(B) | 354.66º | 0.98% | 0.99% | - |
| XYZ | 40.4 | 20.88 | 2.94 | - |
| YUV | 81.36 | 97.33 | 249.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 27 | 0 | 0.98 | 0.89 | 0.01 | 354.66 | 0.98 | 0.5 |
| Hex | FC | 5 | 1B | 0 | 62 | 59 | 1 | 163 | 62 | 32 |
| Octal | 374 | 5 | 33 | 0 | 142 | 131 | 1 | 543 | 142 | 62 |
| Binary | 11111100 | 101 | 11011 | 0 | 1100010 | 1011001 | 1 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FC051B
Complementary color
Monochromatic Colors of #FC051B
Black with #FC051B
Text Example
Text Example
White with #FC051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC051B; }
p { color: rgb(252,5,27); }
H1.HeaderClassName
{
color: #FC051B;
}
.AnyTagClassName
{
color: #FC051B;
}
</style>
background-color css
<style>
a { background-color: #FC051B; }
a { background-color: rgb(252,5,27); }
div.DivClassName
{
background-color: #FC051B;
}
.BgClassName
{
background-color: #FC051B;
}
</style>
border-color css
<style>
span { border-color: #FC051B; }
span { border-color: rgb(252,5,27); }
td.TdClassName
{
border-color: #FC051B;
}
.TagClassName
{
border-color: #FC051B;
}
</style>