Shades of Torch Red #FC033B
Tints of Torch Red #FC033B
RGB
CMYK
RGB Variations
Color information
#FC033B (or 0xFC033B) is known color: Torch Red. HEX triplet: FC, 03 and 3B. RGB value is (252,3,59). Sum of RGB (Red+Green+Blue) = 252+3+59=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC033B is #03FCC4. Grayscale: #535353. Windows color (decimal): -261317 or 3867644. OLE color: 3867644.
HSL color Cylindrical-coordinate representation of color #FC033B: hue angle of 346.51º 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 #FC033B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 346.51º | 0.98% | 0.5% | - |
| HSV(B) | 346.51º | 0.99% | 0.99% | - |
| XYZ | 40.97 | 21.08 | 6.05 | - |
| YUV | 83.84 | 113.99 | 247.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 59 | 0 | 0.99 | 0.77 | 0.01 | 346.51 | 0.98 | 0.5 |
| Hex | FC | 3 | 3B | 0 | 63 | 4D | 1 | 15B | 62 | 32 |
| Octal | 374 | 3 | 73 | 0 | 143 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111100 | 11 | 111011 | 0 | 1100011 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FC033B
Complementary color
Monochromatic Colors of #FC033B
Black with #FC033B
Text Example
Text Example
White with #FC033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC033B; }
p { color: rgb(252,3,59); }
H1.HeaderClassName
{
color: #FC033B;
}
.AnyTagClassName
{
color: #FC033B;
}
</style>
background-color css
<style>
a { background-color: #FC033B; }
a { background-color: rgb(252,3,59); }
div.DivClassName
{
background-color: #FC033B;
}
.BgClassName
{
background-color: #FC033B;
}
</style>
border-color css
<style>
span { border-color: #FC033B; }
span { border-color: rgb(252,3,59); }
td.TdClassName
{
border-color: #FC033B;
}
.TagClassName
{
border-color: #FC033B;
}
</style>