Shades of Torch Red #FC0304
Tints of Torch Red #FC0304
RGB
CMYK
RGB Variations
Color information
#FC0304 (or 0xFC0304) is known color: Torch Red. HEX triplet: FC, 03 and 04. RGB value is (252,3,4). Sum of RGB (Red+Green+Blue) = 252+3+4=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0304 is #03FCFB. Grayscale: #4D4D4D. Windows color (decimal): -261372 or 263164. OLE color: 263164.
HSL color Cylindrical-coordinate representation of color #FC0304: hue angle of 359.76º 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 #FC0304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.01 |
| HSL | 359.76º | 0.98% | 0.5% | - |
| HSV(B) | 359.76º | 0.99% | 0.99% | - |
| XYZ | 40.2 | 20.77 | 2.01 | - |
| YUV | 77.57 | 86.49 | 252.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 4 | 0 | 0.99 | 0.98 | 0.01 | 359.76 | 0.98 | 0.5 |
| Hex | FC | 3 | 4 | 0 | 63 | 62 | 1 | 168 | 62 | 32 |
| Octal | 374 | 3 | 4 | 0 | 143 | 142 | 1 | 550 | 142 | 62 |
| Binary | 11111100 | 11 | 100 | 0 | 1100011 | 1100010 | 1 | 101101000 | 1100010 | 110010 |
Color Harmonies of #FC0304
Complementary color
Monochromatic Colors of #FC0304
Black with #FC0304
Text Example
Text Example
White with #FC0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0304; }
p { color: rgb(252,3,4); }
H1.HeaderClassName
{
color: #FC0304;
}
.AnyTagClassName
{
color: #FC0304;
}
</style>
background-color css
<style>
a { background-color: #FC0304; }
a { background-color: rgb(252,3,4); }
div.DivClassName
{
background-color: #FC0304;
}
.BgClassName
{
background-color: #FC0304;
}
</style>
border-color css
<style>
span { border-color: #FC0304; }
span { border-color: rgb(252,3,4); }
td.TdClassName
{
border-color: #FC0304;
}
.TagClassName
{
border-color: #FC0304;
}
</style>