Shades of Torch Red #FC0306
Tints of Torch Red #FC0306
RGB
CMYK
RGB Variations
Color information
#FC0306 (or 0xFC0306) is known color: Torch Red. HEX triplet: FC, 03 and 06. RGB value is (252,3,6). Sum of RGB (Red+Green+Blue) = 252+3+6=261 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.55% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0306 is #03FCF9. Grayscale: #4E4E4E. Windows color (decimal): -261370 or 394236. OLE color: 394236.
HSL color Cylindrical-coordinate representation of color #FC0306: hue angle of 359.28º 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 #FC0306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.01 |
| HSL | 359.28º | 0.98% | 0.5% | - |
| HSV(B) | 359.28º | 0.99% | 0.99% | - |
| XYZ | 40.21 | 20.77 | 2.06 | - |
| YUV | 77.79 | 87.49 | 252.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 6 | 0 | 0.99 | 0.98 | 0.01 | 359.28 | 0.98 | 0.5 |
| Hex | FC | 3 | 6 | 0 | 63 | 62 | 1 | 167 | 62 | 32 |
| Octal | 374 | 3 | 6 | 0 | 143 | 142 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 11 | 110 | 0 | 1100011 | 1100010 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0306
Complementary color
Monochromatic Colors of #FC0306
Black with #FC0306
Text Example
Text Example
White with #FC0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0306; }
p { color: rgb(252,3,6); }
H1.HeaderClassName
{
color: #FC0306;
}
.AnyTagClassName
{
color: #FC0306;
}
</style>
background-color css
<style>
a { background-color: #FC0306; }
a { background-color: rgb(252,3,6); }
div.DivClassName
{
background-color: #FC0306;
}
.BgClassName
{
background-color: #FC0306;
}
</style>
border-color css
<style>
span { border-color: #FC0306; }
span { border-color: rgb(252,3,6); }
td.TdClassName
{
border-color: #FC0306;
}
.TagClassName
{
border-color: #FC0306;
}
</style>