Shades of Torch Red #FC0B32
Tints of Torch Red #FC0B32
RGB
CMYK
RGB Variations
Color information
#FC0B32 (or 0xFC0B32) is known color: Torch Red. HEX triplet: FC, 0B and 32. RGB value is (252,11,50). Sum of RGB (Red+Green+Blue) = 252+11+50=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B32 is #03F4CD. Grayscale: #575757. Windows color (decimal): -259278 or 3279868. OLE color: 3279868.
HSL color Cylindrical-coordinate representation of color #FC0B32: hue angle of 350.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0B32 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.01 |
| HSL | 350.29º | 0.98% | 0.52% | - |
| HSV(B) | 350.29º | 0.96% | 0.99% | - |
| XYZ | 40.84 | 21.17 | 4.95 | - |
| YUV | 87.51 | 106.84 | 245.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 50 | 0 | 0.96 | 0.80 | 0.01 | 350.29 | 0.98 | 0.52 |
| Hex | FC | B | 32 | 0 | 60 | 50 | 1 | 15E | 62 | 34 |
| Octal | 374 | 13 | 62 | 0 | 140 | 120 | 1 | 536 | 142 | 64 |
| Binary | 11111100 | 1011 | 110010 | 0 | 1100000 | 1010000 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FC0B32
Complementary color
Monochromatic Colors of #FC0B32
Black with #FC0B32
Text Example
Text Example
White with #FC0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0B32; }
p { color: rgb(252,11,50); }
H1.HeaderClassName
{
color: #FC0B32;
}
.AnyTagClassName
{
color: #FC0B32;
}
</style>
background-color css
<style>
a { background-color: #FC0B32; }
a { background-color: rgb(252,11,50); }
div.DivClassName
{
background-color: #FC0B32;
}
.BgClassName
{
background-color: #FC0B32;
}
</style>
border-color css
<style>
span { border-color: #FC0B32; }
span { border-color: rgb(252,11,50); }
td.TdClassName
{
border-color: #FC0B32;
}
.TagClassName
{
border-color: #FC0B32;
}
</style>