Shades of Torch Red #FC0030
Tints of Torch Red #FC0030
RGB
CMYK
RGB Variations
Color information
#FC0030 (or 0xFC0030) is known color: Torch Red. HEX triplet: FC, 00 and 30. RGB value is (252,0,48). Sum of RGB (Red+Green+Blue) = 252+0+48=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0030 is #03FFCF. Grayscale: #505050. Windows color (decimal): -262096 or 3145980. OLE color: 3145980.
HSL color Cylindrical-coordinate representation of color #FC0030: hue angle of 348.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0030 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.81 | 0.01 |
| HSL | 348.57º | 1% | 0.49% | - |
| HSV(B) | 348.57º | 1% | 0.99% | - |
| XYZ | 40.68 | 20.91 | 4.69 | - |
| YUV | 80.82 | 109.49 | 250.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 48 | 0 | 1 | 0.81 | 0.01 | 348.57 | 1 | 0.49 |
| Hex | FC | 0 | 30 | 0 | 64 | 51 | 1 | 15D | 64 | 31 |
| Octal | 374 | 0 | 60 | 0 | 144 | 121 | 1 | 535 | 144 | 61 |
| Binary | 11111100 | 0 | 110000 | 0 | 1100100 | 1010001 | 1 | 101011101 | 1100100 | 110001 |
Color Harmonies of #FC0030
Complementary color
Monochromatic Colors of #FC0030
Black with #FC0030
Text Example
Text Example
White with #FC0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0030; }
p { color: rgb(252,0,48); }
H1.HeaderClassName
{
color: #FC0030;
}
.AnyTagClassName
{
color: #FC0030;
}
</style>
background-color css
<style>
a { background-color: #FC0030; }
a { background-color: rgb(252,0,48); }
div.DivClassName
{
background-color: #FC0030;
}
.BgClassName
{
background-color: #FC0030;
}
</style>
border-color css
<style>
span { border-color: #FC0030; }
span { border-color: rgb(252,0,48); }
td.TdClassName
{
border-color: #FC0030;
}
.TagClassName
{
border-color: #FC0030;
}
</style>