Shades of Torch Red #FC0307
Tints of Torch Red #FC0307
RGB
CMYK
RGB Variations
Color information
#FC0307 (or 0xFC0307) is known color: Torch Red. HEX triplet: FC, 03 and 07. RGB value is (252,3,7). Sum of RGB (Red+Green+Blue) = 252+3+7=262 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.18% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0307 is #03FCF8. Grayscale: #4E4E4E. Windows color (decimal): -261369 or 459772. OLE color: 459772.
HSL color Cylindrical-coordinate representation of color #FC0307: hue angle of 359.04º 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 #FC0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.01 |
| HSL | 359.04º | 0.98% | 0.5% | - |
| HSV(B) | 359.04º | 0.99% | 0.99% | - |
| XYZ | 40.22 | 20.78 | 2.09 | - |
| YUV | 77.91 | 87.99 | 252.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 7 | 0 | 0.99 | 0.97 | 0.01 | 359.04 | 0.98 | 0.5 |
| Hex | FC | 3 | 7 | 0 | 63 | 61 | 1 | 167 | 62 | 32 |
| Octal | 374 | 3 | 7 | 0 | 143 | 141 | 1 | 547 | 142 | 62 |
| Binary | 11111100 | 11 | 111 | 0 | 1100011 | 1100001 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FC0307
Complementary color
Monochromatic Colors of #FC0307
Black with #FC0307
Text Example
Text Example
White with #FC0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0307; }
p { color: rgb(252,3,7); }
H1.HeaderClassName
{
color: #FC0307;
}
.AnyTagClassName
{
color: #FC0307;
}
</style>
background-color css
<style>
a { background-color: #FC0307; }
a { background-color: rgb(252,3,7); }
div.DivClassName
{
background-color: #FC0307;
}
.BgClassName
{
background-color: #FC0307;
}
</style>
border-color css
<style>
span { border-color: #FC0307; }
span { border-color: rgb(252,3,7); }
td.TdClassName
{
border-color: #FC0307;
}
.TagClassName
{
border-color: #FC0307;
}
</style>