Shades of Torch Red #FC0037
Tints of Torch Red #FC0037
RGB
CMYK
RGB Variations
Color information
#FC0037 (or 0xFC0037) is known color: Torch Red. HEX triplet: FC, 00 and 37. RGB value is (252,0,55). Sum of RGB (Red+Green+Blue) = 252+0+55=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0037 is #03FFC8. Grayscale: #515151. Windows color (decimal): -262089 or 3604732. OLE color: 3604732.
HSL color Cylindrical-coordinate representation of color #FC0037: hue angle of 346.9º 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 #FC0037 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.78 | 0.01 |
| HSL | 346.9º | 1% | 0.49% | - |
| HSV(B) | 346.9º | 1% | 0.99% | - |
| XYZ | 40.83 | 20.97 | 5.51 | - |
| YUV | 81.62 | 112.99 | 249.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 55 | 0 | 1 | 0.78 | 0.01 | 346.9 | 1 | 0.49 |
| Hex | FC | 0 | 37 | 0 | 64 | 4E | 1 | 15B | 64 | 31 |
| Octal | 374 | 0 | 67 | 0 | 144 | 116 | 1 | 533 | 144 | 61 |
| Binary | 11111100 | 0 | 110111 | 0 | 1100100 | 1001110 | 1 | 101011011 | 1100100 | 110001 |
Color Harmonies of #FC0037
Complementary color
Monochromatic Colors of #FC0037
Black with #FC0037
Text Example
Text Example
White with #FC0037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0037; }
p { color: rgb(252,0,55); }
H1.HeaderClassName
{
color: #FC0037;
}
.AnyTagClassName
{
color: #FC0037;
}
</style>
background-color css
<style>
a { background-color: #FC0037; }
a { background-color: rgb(252,0,55); }
div.DivClassName
{
background-color: #FC0037;
}
.BgClassName
{
background-color: #FC0037;
}
</style>
border-color css
<style>
span { border-color: #FC0037; }
span { border-color: rgb(252,0,55); }
td.TdClassName
{
border-color: #FC0037;
}
.TagClassName
{
border-color: #FC0037;
}
</style>