Shades of Torch Red #FC082B
Tints of Torch Red #FC082B
RGB
CMYK
RGB Variations
Color information
#FC082B (or 0xFC082B) is known color: Torch Red. HEX triplet: FC, 08 and 2B. RGB value is (252,8,43). Sum of RGB (Red+Green+Blue) = 252+8+43=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC082B is #03F7D4. Grayscale: #555555. Windows color (decimal): -260053 or 2820348. OLE color: 2820348.
HSL color Cylindrical-coordinate representation of color #FC082B: hue angle of 351.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC082B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 43 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.01 |
| HSL | 351.39º | 0.98% | 0.51% | - |
| HSV(B) | 351.39º | 0.97% | 0.99% | - |
| XYZ | 40.67 | 21.04 | 4.2 | - |
| YUV | 84.95 | 104.34 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 43 | 0 | 0.97 | 0.83 | 0.01 | 351.39 | 0.98 | 0.51 |
| Hex | FC | 8 | 2B | 0 | 61 | 53 | 1 | 15F | 62 | 33 |
| Octal | 374 | 10 | 53 | 0 | 141 | 123 | 1 | 537 | 142 | 63 |
| Binary | 11111100 | 1000 | 101011 | 0 | 1100001 | 1010011 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FC082B
Complementary color
Monochromatic Colors of #FC082B
Black with #FC082B
Text Example
Text Example
White with #FC082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC082B; }
p { color: rgb(252,8,43); }
H1.HeaderClassName
{
color: #FC082B;
}
.AnyTagClassName
{
color: #FC082B;
}
</style>
background-color css
<style>
a { background-color: #FC082B; }
a { background-color: rgb(252,8,43); }
div.DivClassName
{
background-color: #FC082B;
}
.BgClassName
{
background-color: #FC082B;
}
</style>
border-color css
<style>
span { border-color: #FC082B; }
span { border-color: rgb(252,8,43); }
td.TdClassName
{
border-color: #FC082B;
}
.TagClassName
{
border-color: #FC082B;
}
</style>